|
Annotation Types Summary |
| instancePrivate |
Indicates this method or methods defined in this class should not be proxied
from other objects. |
| iri |
Defines the URI of this property or resource type. |
| localized |
Methods with this annotation will use the configured locale to use the
closest matching or the set of closest matching String values. |
| matches |
Deprecated. Use matching instead |
| matching |
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 or xslt
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. |
| 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. |
| xslt |
XSLT markup or XSLT URL (relative to the method's iri value) should
be placed in this annotation on methods that should be overridden with this
style sheet transformation. |