Spring: What is Annotation-based container configuration?
Answers
Answered by
0
Spring - Annotation Based Configuration. ... So instead of using XML to describe a bean wiring, you can move the bean configuration into the component class itself by using annotations on the relevant class, method, or field declaration. Annotationinjection is performed before XML injection.
Similar questions