This commit is contained in:
Spencer Gibb
2016-10-04 18:48:28 -06:00
parent 8e18c3d3b6
commit 622cc83204

View File

@@ -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.
*/