Annotation Interface Datatype
Annotation to map a Java property type to a specific RDF datatype.
(By default, a Java class's natural RDF datatype is used, e.g. xsd:int for Java int)
The rdf mapper engine must have the appropriate conversion functions registered.
Example usage:
class Company {
- Author:
- raven
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-