Package org.glassfish.config.support
Annotation 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.
- Author:
- Jerome Dochez
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns an ordered array of valid command target that will be used to validate the command invocation target parameter.
-
Element Details
-
value
CommandTarget[] valueReturns an ordered array of valid command target that will be used to validate the command invocation target parameter.- Returns:
- the list of valid command target by type
- Default:
{DAS, STANDALONE_INSTANCE, CLUSTER, CONFIG}
-