com.viceversatech.rdfbeans.annotations
Annotation Type RDFBean


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RDFBean

Applied to: Class or interface declaration
Value: String (required)

@RDFBean annotation indicates that the annotated class (interface) is an RDFBean and declares a qualified name or absolute URI of a RDF type (e.g. a reference to RDF-Schema Class) of RDF resources representing the instances of this class in the model.

Example:

 @RDFBean("foaf:Person") 
 public class Person { ...
 

Version:
$Id: RDFBean.java 21 2011-04-02 09:15:34Z alexeya $
Author:
Alex Alishevskikh, alexeya(at)gmail.com

Required Element Summary
 java.lang.String value
          A qualified name or absolute URI of an RDFBean type
 

Element Detail

value

public abstract java.lang.String value
A qualified name or absolute URI of an RDFBean type



Copyright © 2011. All Rights Reserved.