|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Scope @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface CommandScope
Indicates that components are scoped to a single command execution.
This is normally used in conjunction with HasOptions, so that components
that define command line options won't end up having multiple instances during
a single command invocation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||