Annotation Interface ShellCommandGroup
Used to indicate the default group of shell commands, either at the package or class level.
- 
Optional Element SummaryOptional Elements
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe default value for the group label, which when set on a class, will mean to look at the package level on a package, to go back at the class level and infer a name from the class name.
- 
Field Details- 
INHERIT_AND_INFERThe default value for the group label, which when set- on a class, will mean to look at the package level
- on a package, to go back at the class level and infer a name from the class name.
 - See Also:
 
 
- 
- 
Element Details- 
valueString value- Returns:
- An explicit value for the group, which will apply to all commands in the owning class or package, depending on where this annotation is set.
 - Default:
- ""
 
 
-