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