Add @deprecated Javadocs

This commit is contained in:
Dave Syer
2015-11-13 11:50:44 +00:00
parent 713e6b8461
commit db4c82c39c

View File

@@ -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 "";