com.ryanm.config.imp
Annotation Type StringRange


@Documented
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface StringRange

Used to provide a range on the legal values of String, String list and File variables. For String and String list variables, the value array limits the String values that can be entered. For File variables, the value array limits legal file suffixes

Author:
ryanm

Required Element Summary
 java.lang.String[] value
          The range of legal values
 

Element Detail

value

public abstract java.lang.String[] value
The range of legal values