GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
Package com.jogamp.gluegen.test.junit.structgen

Package scope generation of CStructs avoiding Java8 issues w/ annotation processing where the generated class is not yet available. More...

Classes

class  BuildStruct01
 Class simply triggering CStruct annotation processor to generate the types 'RenderingConfig' etc. More...
 
class  TestStructGen01
 
class  TestStructGen02
 

Detailed Description

Package scope generation of CStructs avoiding Java8 issues w/ annotation processing where the generated class is not yet available.

See Bug 923.

See also
BuildStruct01