Maybe I'm wrong. ```java void bla() { try { } catch(@NonNull UnsupportedClassVersionError | UnsupportedOperationException e) { } } ``` is java valid, yet can't be described in JCM ?
Maybe I'm wrong.
is java valid, yet can't be described in JCM ?