| Name | Description | Type | Package | Framework |
| AnnotationJmxAttributeSource | reads annotations and exposes the corresponding attributes. | Class | org.springframework.jmx.export.annotation | Spring MVC |
| AnnotationMBeanExporter | Convenient subclass of Spring's standard MBeanExporter,activating Java 5 annotation usage for JMX exposure of Spring beans: | Class | org.springframework.jmx.export.annotation | Spring MVC |
| ManagedAttribute | Method-level annotation that indicates to expose a given bean property as aJMX attribute, corresponding to the ManagedAttribute attribute. | Class | org.springframework.jmx.export.annotation | Spring MVC |
| ManagedMetric | Method-level annotation that indicates to expose a given bean property as aJMX attribute, with added descriptor properties to indicate that it is a metric. | Class | org.springframework.jmx.export.annotation | Spring MVC |
| ManagedNotification | Type-level annotation that indicates a JMX notification emitted by a bean. | Class | org.springframework.jmx.export.annotation | Spring MVC |
| ManagedNotifications | Type-level annotation that indicates JMX notifications emitted by a bean,containing multiple ManagedNotifications | Class | org.springframework.jmx.export.annotation | Spring MVC |
| ManagedOperation | Method-level annotation that indicates to expose a given method as aJMX operation, corresponding to the ManagedOperation attribute. | Class | org.springframework.jmx.export.annotation | Spring MVC |
| ManagedOperationParameter | Method-level annotation used to provide metadata about operation parameters,corresponding to a ManagedOperationParameter attribute. | Class | org.springframework.jmx.export.annotation | Spring MVC |
| ManagedOperationParameters | Method-level annotation used to provide metadata about operation parameters,corresponding to an array of ManagedOperationParameter attributes. | Class | org.springframework.jmx.export.annotation | Spring MVC |
| ManagedResource | Class-level annotation that indicates to register instances of a classwith a JMX server, corresponding to the ManagedResource attribute. | Class | org.springframework.jmx.export.annotation | Spring MVC |