uk.ac.bristol.star.cdf.record
Annotation Type CdfField


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface CdfField

Marks field members of Record subclasses which correspond directly to fields in typed CDF records in a CDF file.

These fields are all public and final, and have names matching (apart perhaps from minor case tweaking) the fields documented in the relevant subsections of Section 2 of the CDF Internal Format Description document.

See that document for a description of the meaning of these fields.

Since:
25 Jun 2013
See Also:
CDF Internal Format Description document