@Constraint @Documented @Retention @Target public abstract @interface

NonNegativeInt

implements Annotation
com.atlassian.bitbucket.validation.annotation.NonNegativeInt

Class Overview

Validate a number is a non-negative integer.

null are considered valid to follow the JSR-303 convention: ex: @Min, @Max, @Email, @SafeHtml, etc. .

See Also

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation