org.openrdf.repository.object.annotations
Annotation Type rdf
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER,ANNOTATION_TYPE,PACKAGE})
public @interface rdf
Defines the URI of this property or resource type. If on a class, the value
is the full named URI of the rdf:type. If on a package, this is the namespace
this package defines. If on a getter method, this is the URI of the predicate
for this bean property. If on a method, this is the URI of the message class.
If on a parameter, this isthe URI of the message property.
- Author:
- James Leigh
value
public abstract String value
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.