Annotation Type CMetaData


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface CMetaData
    This annotation is used for classes derived from CFacade.

    The annotation provides necessary runtime meta data such as the memory footprint of the corresponding C type. This is for example used in the method CFacade.__io__sizeof(Class).

    Author:
    homac
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      long size32  
      long size64  
    • Element Detail

      • size32

        long size32
      • size64

        long size64