| Package | Description | 
|---|---|
| org.springframework.jmx.export.metadata | Provides generic JMX metadata classes and basic support for reading
 JMX metadata in a provider-agnostic manner. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ManagedAttributeMetadata that indicates to expose a given bean property as JMX attribute. | 
| class  | ManagedMetricMetadata that indicates to expose a given bean property as a JMX attribute,
 with additional descriptor properties that indicate that the attribute is a
 metric. | 
| class  | ManagedOperationMetadata that indicates to expose a given method as JMX operation. | 
| class  | ManagedResourceMetadata indicating that instances of an annotated class
 are to be registered with a JMX server. |