Annotation Type Namespace
@Documented
@Target({ANNOTATION_TYPE,FIELD,METHOD,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Constraint(validatedBy={})
@Pattern(regexp="[a-z](?:[a-z\\d_-]{0,58}[a-z\\d])?",
message="must not be longer than 60 characters and only contain lowercase letters, digits, underscore or hyphen, start with a letter and end with a letter or digit")
public @interface Namespace
The annotated String must be a valid namespace.
-
Optional Element Summary
Optional Elements