public abstract @interface

ManagedMetric

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

Class Overview

JDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, with added Descriptor properties to indicate that it is a metric. Only valid when used on a JavaBean getter.

See Also

Summary

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