|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Inherited public @interface Configurable
Marks a class as being eligible for Spring-driven configuration.
Typically used with the AspectJ AnnotationBeanConfigurerAspect
.
Optional Element Summary | |
---|---|
Autowire |
autowire
Are dependencies to be injected via autowiring? |
boolean |
dependencyCheck
Is dependency checking to be performed for configured objects? |
String |
value
The name of the bean definition that serves as the configuration template. |
public abstract String value
public abstract Autowire autowire
public abstract boolean dependencyCheck
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |