|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=SpringConfiguredConfiguration.class) public @interface EnableSpringConfigured
Signals the current application context to apply dependency injection to
non-managed classes that are instantiated outside of the Spring bean factory
(typically classes annotated with the @
Configurable
annotation).
Similar to functionality found in Spring's
<context:spring-configured>
XML element. Often used in conjunction
with {@link org.springframework.context.annotation.EnableLoadTimeWeaving
EnableLoadTimeWeaving
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |