Annotation Interface DefaultIri


@Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) public @interface DefaultIri
Annotation on how to generate IDs for the annotated class. Spring SPEL expressions can be used to create IRIs from instance's state. If used on properties (i.e. field or method), this iri will be used if the attribute is null
Author:
raven
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details