Annotation Type NonNegative
@Retention(RUNTIME) public @interface NonNegative
The bean-field should have a value
>= 0.
Only applicable to numerical types (Integer, Short, Double, Long etc.)
@Retention(RUNTIME) public @interface NonNegative
>= 0.
Only applicable to numerical types (Integer, Short, Double, Long etc.)