Convenient subclass of Spring's standard {@link MBeanExporter}, activating Java 5 annotation usage for JMX exposure of Spring beans: {@link ManagedResource}, {@link ManagedAttribute}, {@link ManagedOperation}, etc.
Sets a {@link MetadataNamingStrategy} and a {@link MetadataMBeanInfoAssembler}with an {@link AnnotationJmxAttributeSource}, and activates the {@link #AUTODETECT_ALL} mode by default.
@author Juergen Hoeller
@since 2.5
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.