org.hypergraphdb.annotation
Annotation Type AtomReference


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface AtomReference


Required Element Summary
 java.lang.String value
          The single attribute of this annotation is the symbolic constant of a HGAtomRef.Mode, specified as a string.
 

Element Detail

value

public abstract java.lang.String value
The single attribute of this annotation is the symbolic constant of a HGAtomRef.Mode, specified as a string. This is, one of "hard", "symbolic" or "floating".