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


@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
 

value

public abstract String value
If specified, it allows clients to specify an exact value for the string

默认值:
""

length

public abstract int length
The length of the String for the annotated attribute. It defaults to FillingConstants.STR_DEFAULT_LENGTH

默认值:
10

comment

public abstract String comment
It allows clients to specify a comment on this annotation

默认值:
""


Copyright © 2013. All rights reserved.