JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
org.miaixz.bus.core.lang.annotation
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
String
value
指定的标签
Element Details
value
String
value
指定的标签
Returns:
字段或getter方法的标签