Java Conventions

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

bjcoombs Updated

File contents

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.

bjcoombs/ai-native-toolkit/tree/main/skills/assess/tests/fixtures/lean_with_skills/.claude/skills/java-conventions commit e9fd55f643

Frequently asked questions

npx skillmds@latest add bjcoombs/java-conventions