@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface MBeanAttribute
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
description
The description that will be shown in a JMX console for this MBean attribute.
|