StructureField

public @interface StructureField

Annotation for C structure field getters and setters.

Marking a native method with this annotation will tell NatJ to handle the method as a structure field getter or setter. This annotation only affects classes with the org.moe.natj.c.ann.Structure annotation.