Library:Spring
Version:1.2.8
Compatibility:JDK 1.5
Annotations in library Spring.
NamePackageDescription
ManagedAttributeorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, corresponding to the ManagedAttribute attribute.
ManagedOperationorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation that indicates to expose a given method as JMX operation, corresponding to the ManagedOperation attribute.
ManagedOperationParameterorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to a ManagedOperationParameter attribute.
ManagedOperationParametersorg.springframework.jmx.export.annotationJDK 1.5+ method-level annotation used to provide metadata about operation parameters, corresponding to an array of ManagedOperationParameter attributes.
ManagedResourceorg.springframework.jmx.export.annotationJDK 1.5+ class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the ManagedResource attribute.
Transactionalorg.springframework.transaction.annotationJDK 1.5+ annotation for describing transaction attributes on a method or class.
Search