Annotation Interface Datatype


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @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
    Modifier and Type
    Required Element
    Description
     
  • Element Details