org.lwjgl.util.mapped
Annotation Type Pointer


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Pointer

This annotation can be used on long fields of MappedObject 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



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.