Annotation Type Contain
-
@Retention(RUNTIME) @Target(FIELD) public @interface Contain
The annotated element must contain the specified values.Supported types are:
STRING
SET_OF_STRING
LIST_OF_STRING
MAP_STRING_STRING
null
elements are considered valid.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
DEFAULT_MESSAGE
-