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.aoju.bus.core.annotation
Annotation Interface Alias
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
FIELD
,
PARAMETER
})
public @interface
Alias
用于字段、方法、参数等提供别名
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:
字段的别名