Annotation Interface LocallyDefined
@Documented
@Constraint(validatedBy=LocallyDefinedValidator.class)
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
public @interface LocallyDefined
Requires that an RDF resource occurs as subject of at least one explicit triple.
- Author:
- Manuel Fiorelli
-
Optional Element Summary
Optional Elements