Package org.springframework.config.java.plugin.context

Class Summary
ComponentScanDeclaration TODO: JAVADOC
 

Enum Summary
RegistrationPolicy Indicates registration behavior when attempting to register an MBean that already exists.
 

Annotation Types Summary
AnnotationDrivenConfig Activates various annotations to be detected in bean classes: Spring's @Autowired, as well as JSR 250's @PostConstruct, @PreDestroy and @Resource (if available), JAX-WS's @WebServiceRef (if available), EJB3's @EJB (if available), and JPA's @PersistenceContext and @PersistenceUnit (if available).
ComponentScan Scans the classpath for annotated components that will be auto-registered as Spring beans.
MBeanExport Activates default exporting of MBeans by detecting standard MBeans in the Spring context as well as @ManagedResource annotations on Spring-defined beans.