Annotation Interface Description


@Target(FIELD) @Retention(RUNTIME) public @interface Description
Annotation to attach a description to a class field.
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The description can be defined in one line or multiple lines.
  • 元素详细资料

    • value

      String[] value
      The description can be defined in one line or multiple lines. If the description is defined in multiple lines, the lines will be joined with a space (" ") automatically.
      返回:
      The description.