| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| } | ||
| bnd(''' | ||
| Import-Package: org.jspecify.annotations;resolution:=optional,* | ||
| ''') |
There was a problem hiding this comment.
Small nitpick, your title mentions org.jspecify.* but this PR is only excluding annotations. In the corresponding GraphQL Java PR, org.specify.* is set as optional.
I've merged in this PR. Thanks for the PR!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Since org.specify import is not necessarily needed at runtime, can we make it optional?