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