|
Annotation Types Summary |
| localized |
Methods with this annotation will use the configured locale to use the
closest matching or the set of closest matching String values. |
| matches |
Any resource with a URI matching an entire given expression is an instance of
this class. |
| name |
The query binding name used with the sparql annotation. |
| parameterTypes |
Overrides the parameter types this method intersects. |
| precedes |
Establishes a call hierarchy between behaviours. |
| prefix |
Indicates the property and method prefix used for this package and namespace. |
| rdf |
Defines the URI of this property or resource type. |
| sparql |
Named SPARQL queries should be placed in this annotation on methods that
should be overridden with this query. |
| triggeredBy |
Placed on methods that should be executed when statements are added with the
given predicate. |