Science, asked by Shinushree7725, 1 year ago

Spring: What is Annotation-based container configuration?

Answers

Answered by rockyak4745
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