@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface AtomReference
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The single attribute of this annotation is the symbolic constant
of a
HGAtomRef.Mode , specified as a string. |