Annotation Interface AutoRegisterCommand


@Target(TYPE) @Retention(RUNTIME) public @interface AutoRegisterCommand
Annotation to mark a class for automatic command registration. Use the AutoCommandRegistrar to register commands annotated with this.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details