package

org.springframework.jmx.export.annotation

JDK 1.5+ annotations for MBean exposure. Hooked into Spring's JMX export infrastructure via a special JmxAttributeSource implementation.

Classes

AnnotationJmxAttributeSource Implementation of the JmxAttributeSource interface that reads JDK 1.5+ annotations and exposes the corresponding attributes. 
AnnotationMBeanExporter Convenient subclass of Spring's standard MBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans: ManagedResource, ManagedAttribute, ManagedOperation, etc.