Spring / Spring Interview questions II
Explain @Configurable annotation in Spring.
@Configurable annotation injects beans into objects of a class whose objects are instantiated using the new operator instead of getting them from the Spring framework.
More Related questions...