< prev index next >

src/java.base/share/classes/java/nicl/types/Struct.java

Print this page

        

*** 22,32 **** */ package java.nicl.types; /** * This interface acts as the root type for all native types handled by the binder. A native type must be annotated ! * with the {@link java.nicl.metadata.NativeType} annotation, which contains information about the native type's * layout. * @param <T> the Java type modelling this native type. */ public interface Struct<T extends Struct<T>> extends Resource<T> { --- 22,32 ---- */ package java.nicl.types; /** * This interface acts as the root type for all native types handled by the binder. A native type must be annotated ! * with the {@link java.nicl.metadata.NativeStruct} annotation, which contains information about the native type's * layout. * @param <T> the Java type modelling this native type. */ public interface Struct<T extends Struct<T>> extends Resource<T> {
< prev index next >