Annotation Type IRI
-
@Retention(RUNTIME) public @interface IRI
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]valueThis annotation stores the IRI under which a certain element of a model is defined.
-
-
-
Element Detail
-
value
java.lang.String[] value
This annotation stores the IRI under which a certain element of a model is defined. Expected behaviour when de-referencing the value of this annotation is a definition and further information about this element.- Returns:
- IRI defining an element
- Default:
- {}
-
-