net.java.rdf.annotations
Annotation Type symmetric


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface symmetric

Specifies that a relation is symmetric. Only applies therefore to elements of java that can be construed as relations. A relations R is symmetric iff if R(A,B) then R(B,A).

Author:
Henry Story