adspace


What is meta annotation?

Answer Posted / Abhishek Agarwal

A Meta-annotation in Java is an annotation that describes other annotations. In Spring Framework, @Component and its variants (@Repository, @Service, @Controller) are examples of meta-annotations.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518