|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Documented @Target(value=TYPE) public @interface TargetType
Target type annotation defines valid target configuration elements for the annotated command type. Valid configuration target are not expressed in terms of configuration types but as semantic representation like Standalone Instance or Cluster.
| Optional Element Summary | |
|---|---|
CommandTarget[] |
value
Returns an ordered array of valid command target that will be used to validate the command invocation target parameter. |
public abstract CommandTarget[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||