Annotation Type ObjectName
@Documented
@Target({ANNOTATION_TYPE,FIELD,METHOD,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Constraint(validatedBy={})
@Pattern(regexp="^[^:*?\"<>|/\\\\](?:(?<!\\.\\.)[/\\\\]?[^:*?\"<>|/\\\\]+)*$(?<![. /\\\\])",
message="cannot contain : * ? \" < > | or ../ and must not start with a slash or end in a period, space or slash")
public @interface ObjectName
The annotated String must be a valid object name.
-
Optional Element Summary
Optional Elements