Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Currently inner classes are not accessible from within templates, I would like to be able to the use statement below. For the inner classes all fields, methods and constructors should also available.
Solution direction:
Add list of ClassContainer as field to the ClassContainer. Make the ClassContainerReader recursive.