Annotation Type SpecStringInRange
-
@Retention(RUNTIME) @Target(FIELD) public @interface SpecStringInRangeSpecifies that the value of a field must be a String in a certain range (inclusive, comparison done lexicographically).
@Retention(RUNTIME)
@Target(FIELD)
public @interface SpecStringInRange