Annotation Type AccountNamespace
@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])?",
message="must be in the format {account ID}/{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 AccountNamespace
The annotated String must be a valid account qualified namespace.
-
Optional Element Summary
Optional Elements