• P
    Introduce @EnableMBeanExport · cae08db6
    Phillip Webb 提交于
    Add support for @EnableMBeanExport annotation allowing @Configuration
    classes to easily export all MBeans and @ManagedResources from the
    Spring application context. The annotation is functionally equivalent
    to the XML <context:mbean-export/> element.
    
    Issue: SPR-8943
    cae08db6
MBeanRegistrationSupport.java 10.5 KB