JDK 24 |
---|
24 b13Fixed |
CSR :
|
Currently AttributeMapper's type parameter declaration is `<A>`, and it should be `<A extends Attribute<A>>`. This way, we can also remove an extra cast in BoundAttribute::readAttributes. Courtesy to [~dlsmith] for reporting.
|