spring-cloud / spring-cloud-openfeign

Support for using OpenFeign in Spring Cloud apps
Apache License 2.0
1.2k stars 779 forks source link

interface-annotations-doc #971

Open galaxy-sea opened 8 months ago

galaxy-sea commented 8 months ago

I often feel confused about which annotations can be used, and I hope this PR can also help everyone

OlgaMaciaszek commented 1 week ago

Thanks @galaxy-sea - sorry for not looking at this earlier. I've missed this PR.

OlgaMaciaszek commented 1 week ago

Have looked at this now, but these elements are not actually semantically same - they behave differently, take in different arguments, etc.. It would have to be described in much more detail to be accurate. Also, SC OF is an integration on top of Feign. If someone would like to use Feign's own annotations, they should check the documentation for the core Feign project.