|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Inherited public @interface VaadinConfigurable
Indicates that the class is a candidate for configuration using the VaadinConfigurableAspect aspect.
Analogous to Spring's @Configurable annotation,
but causes beans to be autowired into the Spring application context associated with the current
SpringContextApplication Vaadin application instead of the Spring application context associated
with the servlet context.
org.dellroad.stuff.vaadin| Optional Element Summary | |
|---|---|
Autowire |
autowire
Whether and how to automatically autowire dependencies. |
boolean |
dependencyCheck
Whether to enable dependency checking. |
boolean |
preConstruction
Whether to inject dependencies prior to constructor execution. |
String |
value
Configuration bean definition template name, if any. |
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 | |||||||||