Annotation Type Opaque


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Opaque
    This annotation must be used for native types that get declared but not defined. Such types do not work with the sizeof() operator and their pointers do not support arithmetic, so for peer classes thus annotated, Generator then also ignores the Pointer.position value.
    See Also:
    Generator