We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 721fdef + 7c17743 commit 0f40833Copy full SHA for 0f40833
docs/modules/ROOT/pages/spring-cloud-openfeign.adoc
@@ -358,7 +358,7 @@ NOTE: `PROD-SVC` is the name of the service the Clients will be making requests
358
359
NOTE: The Feign `Contract` object defines what annotations and values are valid on interfaces. The
360
autowired `Contract` bean provides supports for SpringMVC annotations, instead of
361
-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.
362
363
You can also use the `Builder`to configure FeignClient not to inherit beans from the parent context.
364
You can do this by overriding calling `inheritParentContext(false)` on the `Builder`.
0 commit comments