Skip to content

Tag: spring-boot

Composite annotations to reuse

we have couple of annotations, for springboot controller method. and these are mostly reused in multiple methods. combine as Is there a way we can create a composite annotation ? I know we might as well add a new one which encapsulates these, but at times this is not possible. Just trying to reuse these bunch…