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


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


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

value

public abstract String value
默认值:
""

min

public abstract short min
默认值:
0

max

public abstract short max
默认值:
0

comment

public abstract String comment
默认值:
""


Copyright © 2013. All rights reserved.