In JavaPoet I need to create an instance of TypeName representing an inner class of a given name.
I have a TypeSpec.Builder classBuilder of the outer class. No idea what to do next.
Note that this inner class is present only in the generated program, not in the generating program.
Create the class name like so:
Then you use the normal syntax to create it.