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


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

Annotation used to customise min and max values of a char type attribute or constructor parameter.


可选元素摘要
 String comment
           
 char max
           
 char min
           
 char value
           
 

value

public abstract char value
默认值:
32

min

public abstract char min
默认值:
0

max

public abstract char max
默认值:
0

comment

public abstract String comment
默认值:
""


Copyright © 2013. All rights reserved.