If, as described here : https://jogamp.org/gluegen/doc/GlueGen_Mapping.html#oo-style-api-interface-mapping, we wish to generate several wrappers with an OO style, it is impossible to generate them with an InterfaceAndImpl style, as the generated implementation will have the name of the class it extends appended to the implements keyword. (like that: `public class MySubApiImpl extends MyApiImplimplements MySubApi {`)
Created attachment 859 [details] Patch of this issues I've made a patch available here as patch (Or here : https://github.com/MathiusD/gluegen in 1446-parent-class-directives-issue-with-if-and-impl branch)
Merged via 4024bdaddd42580d02665b1b1655e7ce51fb28d5 Good catch, thank you! Note: No need to attach a patch as we use git here and I fetch all remote repos regularly.