Randgalt / record-builder

Record builder generator for Java records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suppress warnings for unchecked exception on _downcast

grahamrvvup opened this issue · comments

We've quite a strict policy on warnings in our codebase so _downcast() methods are raised as issues when the code is generated. I'd created a quick update locally to add an annotation so consciously suppress the warning in that case, would you be open to accepting a PR for it?

This PR should fix the issue. I'd appreciate a review: #49

Resolved by #49