Annotation Interface Configurable
Marks a class as being eligible for Spring-driven configuration.
Typically used with the AspectJ AnnotationBeanConfigurerAspect
.
- Since:
- 2.0
- Author:
- Rod Johnson, Rob Harrop, Adrian Colyer, Ramnivas Laddad
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAre dependencies to be injected via autowiring?boolean
Is dependency checking to be performed for configured objects?boolean
Are dependencies to be injected prior to the construction of an object?The name of the bean definition that serves as the configuration template.
-
Element Details
-
value
-
autowire
-
dependencyCheck
boolean dependencyCheckIs dependency checking to be performed for configured objects?- Default:
false
-
preConstruction
boolean preConstructionAre dependencies to be injected prior to the construction of an object?- Default:
false
-