Annotation Type LocalDataPath
@Documented
@Target({ANNOTATION_TYPE,FIELD,METHOD,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Constraint(validatedBy={})
@Pattern(regexp="^local:.+$",
message="must start with \"local:\"")
public @interface LocalDataPath
The annotated String must be a valid name.
-
Optional Element Summary
Optional Elements