This commit is contained in:
Spencer Gibb
2015-11-20 15:34:39 -07:00
parent 3994a3e439
commit 81b430dbb4

View File

@@ -40,7 +40,7 @@ public @interface FeignClient {
/**
* The serviceId with optional protocol prefix. Synonym for {@link #serviceId()
* serviceId}. Either serviceId or url must be specified but not both. Can be
* specified as property key, eg: ${propertyKey}.
* specified as property key, eg: ${propertyKey}.
*/
@AliasFor("name")
String value() default "";
@@ -48,7 +48,7 @@ public @interface FeignClient {
/**
* The serviceId with optional protocol prefix. Synonym for {@link #value() value}.
* Either serviceId or url must be specified but not both. Can be
* specified as property key, eg: ${propertyKey}.
* specified as property key, eg: ${propertyKey}.
*
* @deprecated use {@link #name() name} instead
*/