Annotation Type ToClientCommand


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface ToClientCommand
    Notify a command to client.

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

    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:
        {}