| 
 | ||||||||||
| 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 | autowireAre dependencies to be injected via autowiring? | 
|  boolean | dependencyCheckIs dependency checking to be performed for configured objects? | 
|  boolean | preConstructionAre dependencies to be injected prior to the construction of an object? | 
|  String | valueThe name of the bean definition that serves as the configuration template. | 
public abstract String value
public abstract Autowire autowire
public abstract boolean dependencyCheck
public abstract boolean preConstruction
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||