A collection of source code generators for Java.

0 stars 1 forks 0 watchers Java Apache License 2.0
1 Open Issue Need Help Last updated: Nov 3, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue addresses a SonarQube warning (java:S3398) in `AnnotationOutput.java` where private methods in the outer class are exclusively used by an inner class. The proposed solution is to refactor by moving these methods into the inner class, improving encapsulation, cohesion, and adhering to better object-oriented design principles.

Complexity: 1/5
good first issue technical debt group 2

A collection of source code generators for Java.

Java