Annotation Interface Label


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Label
用于在输出到CLI表或Excel/CSV等时为字段/getter提供标签.
Since:
Java 17+
Author:
Kimi Liu
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    指定的标签
  • Element Details

    • value

      String value
      指定的标签
      Returns:
      字段或getter方法的标签