| Name | Package | Description |
| ManagedAttribute | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation that indicates to expose a given bean
property as JMX attribute, corresponding to the ManagedAttribute attribute. |
| ManagedOperation | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation that indicates to expose a given method
as JMX operation, corresponding to the ManagedOperation attribute. |
| ManagedOperationParameter | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation used to provide metadata about operation
parameters, corresponding to a ManagedOperationParameter attribute. |
| ManagedOperationParameters | org.springframework.jmx.export.annotation | JDK 1.5+ method-level annotation used to provide metadata about
operation parameters, corresponding to an array of
ManagedOperationParameter attributes. |
| ManagedResource | org.springframework.jmx.export.annotation | JDK 1.5+ class-level annotation that indicates to register
instances of a class with a JMX server, corresponding to
the ManagedResource attribute. |
| Transactional | org.springframework.transaction.annotation | JDK 1.5+ annotation for describing transaction attributes on a method or class. |