GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
package-info.java
Go to the documentation of this file.
1/**
2 * Package scope generation of {@link CStruct}s
3 * avoiding Java8 issues w/ annotation processing
4 * where the generated class is not yet available.
5 * <p>
6 * See Bug 923.
7 * </p>
8 * @see BuildStruct01
9 */
10@CStructs({@CStruct(name="RenderingConfig", jname="RenderingConfig", header="TestStruct01.h"), @CStruct(name="Pixel", jname="Pixel", header="TestStruct02.h")})
11package com.jogamp.gluegen.test.junit.structgen;
12
13import com.jogamp.gluegen.structgen.CStructs;
14import com.jogamp.gluegen.structgen.CStruct;
15