Annotation Interface OffsetField


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface OffsetField
Marks field members of Record subclasses which represent absolute file offsets. Fields marked with this annotation must also be marked with CdfField, and must be of type Long or long[].
Since:
26 Jun 2013