|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface ManagementObjectID
An annotation that identifies a ManagedObject key/type qualifier source.
Optional Element Summary | |
---|---|
String |
name
An explicit ManagedObject name. |
String |
prefix
A fixed prefix to prepend to the annotated property value when name() is empty. |
String |
suffix
A fixed suffix to append to the annotated property value when name() is empty. |
String |
type
A qualifier for the name that provides a context to identify the type or scope of the ManagedObject name. |
public abstract String name
public abstract String type
public abstract String prefix
public abstract String suffix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |