@Scope @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface CommandScope
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.
Copyright © 2011-2013. All Rights Reserved.