Annotation Type ToServerCommand


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface ToServerCommand
    Notify a command to server.

    The value of the annotation can accept "*" to allow all commands to server.

    Since:
    8.0.0
    Author:
    jumperchen
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value  
    • Element Detail

      • value

        java.lang.String[] value
        Default:
        {}