@FunctionalInterface public interface CompilationUnit.ClassgenCallback
A callback interface you can use during the classgen
phase of compilation as the compiler traverses the ClassNode tree.
You will be called-back for each primary and inner class.
Use setClassgenCallback() before running compile() to set your callback.