|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||
@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface FillString
| 可选元素摘要 | |
|---|---|
String |
comment
It allows clients to specify a comment on this annotation |
int |
length
The length of the String for the annotated attribute. |
String |
value
If specified, it allows clients to specify an exact value for the string |
public abstract String value
public abstract int length
FillingConstants.STR_DEFAULT_LENGTH
public abstract String comment
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||