Class MBeanExportConfiguration

java.lang.Object
org.springframework.context.annotation.MBeanExportConfiguration
All Implemented Interfaces:
Aware, BeanFactoryAware, ImportAware, EnvironmentAware

@Configuration(proxyBeanMethods=false) @Role(2) public class MBeanExportConfiguration extends Object implements ImportAware, EnvironmentAware, BeanFactoryAware
@Configuration class that registers a AnnotationMBeanExporter bean.

This configuration class is automatically imported when using the EnableMBeanExport annotation. See its javadoc for complete usage details.

Since:
3.2
Author:
Phillip Webb, Chris Beams
See Also: