Package org.graalvm.nativeimage.c.struct
Annotation Interface RawField
Denotes a method as a field access of a
structured C memory
. See
CField
for details on allowed method signatures and the handling of annotated methods.
The field is guaranteed to be aligned at its natural alignment, e.g., a field of a 8-byte type has at least 8-byte alignment. The offset of the field is not specified.
- Since:
- 19.0