28package com.jogamp.gluegen.structgen;
30import java.lang.annotation.ElementType;
31import java.lang.annotation.Retention;
32import java.lang.annotation.RetentionPolicy;
33import java.lang.annotation.Target;
38@Target(value = {ElementType.TYPE, ElementType.PACKAGE, ElementType.FIELD, ElementType.LOCAL_VARIABLE})
39@Retention(value = RetentionPolicy.SOURCE)
Multiple CStruct elements.
CStruct[] value()
Multiple CStruct elements.