Generated by
JDiff

Package org.springframework.context.annotation

Removed Classes
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).
SpringConfiguredConfiguration {@code @Configuration} class that registers an AnnotationBeanConfigurerAspect capable of performing dependency injection services for non-Spring managed objects annotated with @ Configurable.
 

Added Classes
EnableMBeanExport Enables default exporting of all standard {@code MBean}s from the Spring context, as well as well all {@code @ManagedResource} annotated beans.
MBeanExportConfiguration {@code @Configuration} class that registers a AnnotationMBeanExporter bean.