Commit db4c82c3 by Dave Syer

Add @deprecated Javadocs

parent 713e6b84
......@@ -47,6 +47,8 @@ public @interface FeignClient {
/**
* The serviceId with optional protocol prefix. Synonym for {@link #value() value}.
* Either serviceId or url must be specified but not both.
*
* @deprecated use {@link #name() name} instead
*/
@Deprecated
String serviceId() default "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment