org.lwjgl.system

Annotation Type NativeType



  • @Retention(value=RUNTIME)
    @Target(value={TYPE,METHOD,PARAMETER})
    public @interface NativeType
    Annotates parameter and return types in LWJGL bindings with the C type as defined in the native function.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.String value 
    • Element Detail

      • value

        public abstract java.lang.String value