Annotation Type PluginBasedSubCommands
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface PluginBasedSubCommands
This annotation indicates that the options should be loaded using plugin framework.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends PluginBasedSubCommandFactory<?>>
factoryClass
-
-
-
Element Detail
-
factoryClass
Class<? extends PluginBasedSubCommandFactory<?>> factoryClass
- Returns:
- the extension point that is used to create all subcommands of this option
-
-