org.openrdf.repository.object.annotations
Annotation Type sparql
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface sparql
Named SPARQL queries should be placed in this annotation on methods that
should be overridden with this query. The method parameters must have the
name annotation and be either registered concepts or datatypes. The
return type of the annotated method can either be a registered concept,
datatype, set of concept or datatype, or one of the result classes of tuple,
graph, or boolean query.
- Author:
- James Leigh
value
public abstract String[] value
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.