Annotation Interface Label


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