Annotation Interface EnableCommand
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(EnableCommandRegistrar.class)
public @interface EnableCommand
Enable support for
@Command
annotated classes.
@Command
classes can be registered directly on this annotation.-
Optional Element Summary
-
Element Details
-
value
Class<?>[] valueDefines candicate classes for shell commands.- Returns:
- candidate classes for shell commands
- Default:
- {}
-