Description
with dgen
instead.@Retention(value=RUNTIME) @Inherited @Documented @Target(value={METHOD,TYPE}) public @interface ManagementDescription
Modifier and Type | Required Element and Description |
---|---|
String |
value
Deprecated.
Description string.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
impact
Deprecated.
|
ManagementParameterDescription[] |
parameters
Deprecated.
Descriptions of operation parameters.
|
public abstract String value
public abstract int impact
MBeanOperationInfo
public abstract ManagementParameterDescription[] parameters
Copyright © 2002–2025 Devexperts LLC. All rights reserved.