Annotation Interface Command


@Retention(RUNTIME) @Target(METHOD) public @interface Command
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    if this is not a json command , leave it empty.
  • Element Details

    • name

      String name
      if this is not a json command , leave it empty. Keep in mind that you cannot have duplicates. Only one method per name
      Default:
      ""