public abstract @interface

ManagedAttribute

implements Annotation
org.springframework.jmx.export.annotation.ManagedAttribute

Class Overview

JDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, corresponding to the ManagedAttribute attribute. Only valid when used on a JavaBean getter or setter.

See Also

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation