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


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

Annotation used to customise a boolean value on the annotated field


必需元素摘要
 boolean value
          The value to assign to the annotated attribute.
 

元素详细信息

value

public abstract boolean value
The value to assign to the annotated attribute.

返回:
The value to assign to the annotated attribute


Copyright © 2013. All rights reserved.