We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e3530 commit 7c17743Copy full SHA for 7c17743
docs/modules/ROOT/pages/spring-cloud-openfeign.adoc
@@ -353,7 +353,7 @@ NOTE: `PROD-SVC` is the name of the service the Clients will be making requests
353
354
NOTE: The Feign `Contract` object defines what annotations and values are valid on interfaces. The
355
autowired `Contract` bean provides supports for SpringMVC annotations, instead of
356
-the default Feign native annotations.
+the default Feign native annotations. It is not recommended to mix the Spring MVC annotations and the native Feign annotations together.
357
358
You can also use the `Builder`to configure FeignClient not to inherit beans from the parent context.
359
You can do this by overriding calling `inheritParentContext(false)` on the `Builder`.
0 commit comments