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 |
What is the main difference between @requestparam and @pathvariable annotation?
How do you control the life cycle of a spring bean?
What is inner bean? What is the drawback of inner bean?
What are the benefits of the spring framework transaction management?
What is the difference between spring singleton bean scope and singleton design pattern?
What is transactional spring?
What are the different types of bean injections in spring?
What are the different types of injection in spring?
What is servlet context in spring?
How is spring different from spring boot? : Spring Boot
Can we use spring and hibernate together?
What are the different types of object relational mapping that spring supports?