@Documented @Inherited @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface MBeanParameter
| Modifier and Type | Required Element and Description |
|---|---|
String |
description
The parameter description.
|
String |
name
The parameter name.
|
public abstract String description