|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||
@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface FillWithAnnotation to drive the value of the annotated attribute.
If specified, this annotation will take precedence over all other annotations which influence the value of an attribute. In few words, this annotation dictates law in terms of which value the attribute ultimately will get.
| 必需元素摘要 | |
|---|---|
Class<? extends AttributeStrategy> |
value
The strategy that will populate the annotated attribute |
| 可选元素摘要 | |
|---|---|
String |
comment
It allows clients to write a comment on the usage of this annotation |
| 元素详细信息 |
|---|
public abstract Class<? extends AttributeStrategy> value
public abstract String comment
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||