Browse Source

polish

pull/6/head
Spencer Gibb 8 years ago
parent
commit
622cc83204
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 3
      spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign/FeignClient.java

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

@ -93,7 +93,8 @@ public @interface FeignClient { @@ -93,7 +93,8 @@ public @interface FeignClient {
/**
* Define a fallback factory for the specified Feign client interface. The fallback
* factory must produce instances of fallback classes that implement the interface
* annotated by {@link FeignClient}.
* annotated by {@link FeignClient}. The fallback factory must be a valid spring
* bean.
*
* @see feign.hystrix.FallbackFactory for details.
*/

Loading…
Cancel
Save