org.openrdf.elmo.annotations
Annotation Type inverseOf


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface inverseOf

Placed on a getter methods to indicate this property is an inverse predicates. If no rdf annotation is defined the first value of this annotation should be used for reading and writing the value to the repository. When inferencing is enabled, changes to this property will also be made to all predicates.

Author:
James Leigh

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2004-2008 Aduna. All Rights Reserved.