@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ManagedAttribute
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.
- Since:
- 1.2
- Author:
- Rob Harrop
- See Also:
ManagedAttribute