Annotation Type QualifiedNamespace
@Documented
@Target({ANNOTATION_TYPE,FIELD,METHOD,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Constraint(validatedBy={})
@Pattern(regexp="([A-F\\d]{6}|[a-z](?:[a-z\\d_-]{0,58}[a-z\\d])?)/[a-z](?:[a-z\\d_-]{0,58}[a-z\\d])?",
message="must be in the format ({account ID}|{public scope})/{namespace} where namespace 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 QualifiedNamespace
The annotated String must be a valid account or public scope qualified namespace.
-
Optional Element Summary
Optional Elements