java-conventions

star 8

Java conventions for this repo. TRIGGER when editing any *.java file, JUnit tests, or Maven modules.

bjcoombs By bjcoombs schedule Updated 5/29/2026

name: java-conventions description: Java conventions for this repo. TRIGGER when editing any *.java file, JUnit tests, or Maven modules.

Java Conventions

Use Log4j2 for logging. Prefer constructor injection over field injection because it makes dependencies explicit and testable.

Default to JUnit5 with AssertJ for assertions. Run mvn verify before pushing.

Install via CLI
npx skills add https://github.com/bjcoombs/ai-native-toolkit --skill java-conventions
Repository Details
star Stars 8
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator