@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface OId
Tells that the field contains the RecordID. This is needed when you work with detached object
graph. OrientDb will use this field to know the Document bound across different database
instances.