JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
com.ericlam.mc.eld.annotations
Annotation Interface DynamicArg
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
DynamicArg
多態指令參數
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
int
order
參數順序
Class
<?>[]
types
可能的參數類型 (順序)
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
labels
自定義參數顯示
boolean
optional
可填參數
Element Details
order
int
order
參數順序
Returns:
參數順序
types
Class
<?>[]
types
可能的參數類型 (順序)
Returns:
可能的參數類型
labels
String
[]
labels
自定義參數顯示
Returns:
自定義參數顯示
Default:
{}
optional
boolean
optional
可填參數
Returns:
是否為可填參數
Default:
false