You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java annotations can be put on module descriptors from module-info.java.
Since the library is Java 11+, it'd be useful to support this. Annotating a module itself is more preferable than a root package, in case the modularity is present.
The text was updated successfully, but these errors were encountered:
Java annotations can be put on module descriptors from
module-info.java
.Since the library is Java 11+, it'd be useful to support this. Annotating a module itself is more preferable than a root package, in case the modularity is present.
The text was updated successfully, but these errors were encountered: