spring-framework / org.springframework.jmx.export.annotation / ManagedAttribute / <init>

<init>

ManagedAttribute(defaultValue: String, description: String, currencyTimeLimit: Int, persistPolicy: String, persistPeriod: Int)

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

Author
Rob Harrop

Since
1.2

See Also
org.springframework.jmx.export.metadata.ManagedAttribute