@Retention(value=RUNTIME) @Inherited @Documented @Target(value={METHOD,TYPE}) public @interface ManagementDescription
Modifier and Type | Required Element and Description |
---|---|
String |
value
Description string.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
impact
|
ManagementParameterDescription[] |
parameters
Descriptions of operation parameters.
|
public abstract String value
public abstract int impact
MBeanOperationInfo
public abstract ManagementParameterDescription[] parameters
Copyright © 2015 Devexperts. All Rights Reserved.