JetBrains / java-annotations

Annotations for JVM-based languages.
Apache License 2.0
404 stars 47 forks source link

Consider removal of JdkConstants #52

Open kashike opened 3 years ago

kashike commented 3 years ago

The project currently has a requires directive for java.desktop in module-info due to the usage of AWT/Swing classes: https://github.com/JetBrains/java-annotations/blob/4f3de31e8fe2764dcd137a64ffcafa49db2e541c/common/src/main/java/org/intellij/lang/annotations/JdkConstants.java#L26-L32