@Documented
@Target(value={TYPE_USE,PARAMETER,METHOD,FIELD,LOCAL_VARIABLE})
@Retention(value=RUNTIME)
public @interface MinSize
This annotation indicates that a collection, array or string contains at least the given number of elements.
(In case of strings, we are talking about the number of contained characters, of course.)
- See Also:
Size,
MaxSize