What is meta annotation?



What is meta annotation?..

Answer / 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

More Spring Framework Interview Questions

What is the main difference between @requestparam and @pathvariable annotation?

1 Answers  


How do you control the life cycle of a spring bean?

1 Answers  


What is inner bean? What is the drawback of inner bean?

1 Answers  


What are the benefits of the spring framework transaction management?

1 Answers  


What is the difference between spring singleton bean scope and singleton design pattern?

1 Answers  


What is transactional spring?

1 Answers  


What are the different types of bean injections in spring?

1 Answers  


What are the different types of injection in spring?

1 Answers  


What is servlet context in spring?

1 Answers  


How is spring different from spring boot? : Spring Boot

1 Answers  


Can we use spring and hibernate together?

1 Answers  


What are the different types of object relational mapping that spring supports?

1 Answers  


Categories