Capabilities
What this generator does
A prompt-first utility that creates focused Java artifacts for common developer tasks—REST controllers, DTOs, mappers, unit-test scaffolds, concurrency fixes, and build/deploy snippets. Each output includes inline notes and suggested refactors to accelerate review and integration.
- Full-file outputs: package declarations, imports, class or record definitions, and method stubs ready to compile
- Test scaffolding: JUnit 5 templates with Mockito wiring and example assertions for happy and edge cases
- Build & deploy: Maven/Gradle metadata hints, Dockerfile templates and minimal CI workflow snippets (e.g., GitHub Actions)
- Style and lint guidance: include formatter preferences and common static-analysis notes to match team conventions