Annotation Type MapKey
@Documented
@Target({ANNOTATION_TYPE,FIELD,METHOD,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Constraint(validatedBy={})
@Pattern(regexp="^((?![$&]).)*$",
message="must not contain the characters '$' or '&'")
@NotBlank
public @interface MapKey
The annotated String must be a valid account or public scope qualified name.
-
Optional Element Summary
Optional Elements