@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ManagementTarget
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
The public name of the target.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
The description of the target.
|
public abstract java.lang.String name
public abstract java.lang.String description