Annotation Interface NonNegative


@Retention(RUNTIME) public @interface NonNegative
The bean-field should have a value >= 0.

Only applicable to numerical types (Integer, Short, Double, Long etc.)