Mainly in combination with spring-cloud-openfeign it would be really helpfull to have support for meta-annotations.
This will reduce the amount of annotations in the interface.
The idea is to have a custom annotation which combines the @RequestMapping annotations with the @ErrorHandling annotation on a method/class level. the SpringDecoder is able to work with the meta-annotations already so it is more consistent to have also @ErrorHandling working in a meta-annotation
Mainly in combination with spring-cloud-openfeign it would be really helpfull to have support for meta-annotations. This will reduce the amount of annotations in the interface.
The idea is to have a custom annotation which combines the
@RequestMapping
annotations with the@ErrorHandling
annotation on a method/class level. the SpringDecoder is able to work with the meta-annotations already so it is more consistent to have also@ErrorHandling
working in a meta-annotatione.g.
and so it is possible to have in the interface only one annotation