|
Annotation Types Summary |
| functional |
marker annotation: mark that the relation is functional. |
| inverseFunctional |
marker annotation: mark that the relation is inverse functional. |
| rdf |
An annotation to annotate classes, methods and arguments with a uri which is meant to be interpreted
as:
for a class: the rdf:type of the class
for a method: the relation between an instance of the class and the argument(s) of the method. |
| symmetric |
Specifies that a relation is symmetric. |
| transitive |
Specifies that a relation is transitive. |