Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mapper-processor: record annotation warning fix
Java duplicates the annotation on the record's field to the corresponding getter method as well. This results in generating the warning when using records and exclusive field annotations. This commit fixes the issue, so the compilation warning message is not printed for records.
- Loading branch information