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

RequiredUri

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

Class Overview

Validates that a URI is present and that it's ASCII representation does not exceed #size() characters in length

See Also
  • java.net.URI

Summary

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