Browse Source

Add @deprecated Javadocs

pull/6/head
Dave Syer 9 years ago
parent
commit
db4c82c39c
  1. 2
      spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign/FeignClient.java

2
spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign/FeignClient.java

@ -47,6 +47,8 @@ public @interface FeignClient { @@ -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 "";

Loading…
Cancel
Save