org.test4j.datafilling.annotations
注释类型 FillWith


@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface FillWith

Annotation 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
 

元素详细信息

value

public abstract Class<? extends AttributeStrategy> value
The strategy that will populate the annotated attribute

返回:
The strategy that will populate the annotated attribute

comment

public abstract String comment
It allows clients to write a comment on the usage of this annotation

返回:
The comment string
默认值:
""


Copyright © 2013. All rights reserved.