Annotation Interface ClientCommand


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface ClientCommand
A class annotated by this annotation will allow modifying the client's behavior.
Since:
0.5.0
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    short
    The client command operation code.
  • Element Details

    • value

      short value
      The client command operation code.
      Returns:
      the client command operation code value