Annotation Interface RequestType


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface RequestType
Request type annotation for handlers, codes, etc.
从以下版本开始:
1.4.0
作者:
Eric Zhao
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    int
    Type of the request to handle.
  • 元素详细资料

    • value

      int value
      Type of the request to handle.
      返回:
      type of the request