org.openrdf.repository.object.annotations
Annotation Type triggeredBy
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface triggeredBy
Placed on methods that should be executed when statements are added with the
given predicate. The methods must be void and take no parameters or have a
single parameter of a registered concept or datatype matching the object of
the statement added. Abstract methods maybe be used to read values from the
subject entity of the statement.
- Author:
- James Leigh
value
public abstract String[] value
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.