Annotation Type Completer


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Completer
    This annotation is used for defining a method as TabCompleter for a Command
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Name of the command linked with this Completer
    • Element Detail

      • value

        java.lang.String value
        Name of the command linked with this Completer
        Returns:
        Name of the command