Skip to main content
Back to docs
stackjava
Install
Source: packages/harness-kit/src/registry/bundles/stack/java/README.md

Java

Java stack baseline for harness-kit. This bundle is installed automatically when java is selected directly, or inherited by a techstack bundle via type: 'stack'.

What it includes

  • coding-style - naming, package conventions, and class design rules
  • patterns - practical Java architecture patterns and anti-patterns
  • testing - unit/integration test structure and maintainability defaults
  • security - input validation, credential safety, and common risk controls

Notes

Rules are adapted from everything-claude-code (MIT) and tuned for harness-kit conventions.