Gabriel Roldan 53289af7d3
Add Checkstyle configuration to enforce code quality standards
Implements a build-tools module approach as used by Apache Commons,
Spring, and Hibernate projects. This provides centralized code style rules that:

- Enforce proper license headers in all Java files
- Prohibit wildcard imports for improved code readability
- Standardize naming conventions and formatting

Build process is updated to include Checkstyle validation as part of the QA process.
2025-04-12 19:00:02 -03:00
..