|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 { ...
Required Element Summary | |
---|---|
java.lang.String |
value
A qualified name or absolute URI of an RDFBean type |
Element Detail |
---|
public abstract java.lang.String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |