Removing jsr305
"Matthieu Casanova" <[email protected]> Wed, 11 Oct 2023 21:24:12 +0200
| Newsgroups | gmane.editors.jedit.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey, years ago I added the google jsr305 library (annotations like Nonnull, Nullable) which is mostly a helper for IDE and documentation. Unfortunately that JSR was never aprooved which was not a problem until Java released the module system : Because those annotations were in javax package it caused problems when activating the module system introduced in Java 9 because javax is of course part of JRE so another library cannot provide the same package. So basically I created the same annotations in org.jedit.annotation package. Matthieu -- ----------------------------------------------- jEdit Developers' List [email protected] https://lists.sourceforge.net/lists/listinfo/jedit-devel