On Sun, 9 May 2021 21:59:29 GMT, Rafael Winterhalter <winterhal...@openjdk.org> wrote:
> During annotation parsing, the parser assumes that a declared property is of > an array type if the parsed annotation property is defined as an array. In > this case, the component type is `null`, and a `NullPointerException` is > thrown. This change discovers the mismatch and throws an > `AnnotationTypeMismatchException`. Commenting on the issue to avoid closing as it is still under review. ------------- PR: https://git.openjdk.java.net/jdk/pull/3940