< prev index next >

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

Print this page

        

@@ -22,11 +22,11 @@
  */
 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
+ * 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 >