Package org.lwjgl.util.mapped
Annotation Type Pointer
-
@Retention(RUNTIME) @Target(FIELD) public @interface Pointer
This annotation can be used on long fields ofMappedObject
subclasses, to specify that the long value should be interpreted as a pointer. This will determine the actual byte size of the field at runtime (4 or 8 bytes).- Author:
- Spasi