@Constraint @Documented @Length @NotBlank @Pattern @Retention @Target public abstract @interface

RequiredString

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

Class Overview

Validate that the string is not empty and below a certain size, and report any violation as a single message.

Summary

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