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

Int

implements Annotation
com.atlassian.stash.validation.Int

Class Overview

Validate a number is a valid integer.

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

See Also
  • javax.validation.constraints.Digits

Summary

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