As per the JVM specification, all inner classes referenced by the constant pool must have a corresponding entry in the InnerClasses attribute. Currently, only inner classes defined within the scope of the ClassMaker itself are added to the InnerClasses attribute.
As per the JVM specification, all inner classes referenced by the constant pool must have a corresponding entry in the InnerClasses attribute. Currently, only inner classes defined within the scope of the ClassMaker itself are added to the InnerClasses attribute.