Annotation Interface BiliTokenAnnotation


@Target(PARAMETER) @Retention(RUNTIME) public @interface BiliTokenAnnotation
Since:
0.0.1
Author:
xuxiaowei
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    是否必须存在
  • Element Details

    • required

      boolean required
      是否必须存在

      默认:true

      true:必须存在,不存在时将抛出 BiliTokenNullPointerException 异常

      false:不检查

      Default:
      true