Annotation Interface Expose


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface Expose

暴露字段属性

作者:
Hamm
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    Class<?>[]
    过滤器列表
  • 元素详细资料

    • filters

      Class<?>[] filters
      过滤器列表
      默认值:
      {}