mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 12:05:36 +00:00
Improve MissingDoclet linter to check records correctly: - exclude default ctors - exclude accessor methods (like with enums) - on "method" level checking also check that every record component has an @param tag