jspecify/jspecify (org.jspecify:jspecify)
### [`v1.0.0`](https://togithub.com/jspecify/jspecify/releases/tag/v1.0.0): 1.0.0
JSpecify 1.0.0 is the first stable release of the only [consensus-driven](https://jspecify.dev/about/), tool-independent nullness annotations for Java code (with benefits for Kotlin interoperability). Future releases will add annotations for other kinds of static-analysis checks.
Check out our [usage page](https://jspecify.dev/docs/using) for instructions on how to depend on JSpecify in your project and our guidelines on [when to start](https://jspecify.dev/docs/whether) doing so. Also check out our [User Guide](https://jspecify.dev/docs/user-guide).
The 1.0.0 release contains four annotations:
- [`@Nullable`](https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html)
- [`@NonNull`](https://jspecify.dev/docs/api/org/jspecify/annotations/NonNull.html)
- [`@NullMarked`](https://jspecify.dev/docs/api/org/jspecify/annotations/NullMarked.html)
- [`@NullUnmarked`](https://jspecify.dev/docs/api/org/jspecify/annotations/NullUnmarked.html)
##### Artifacts
- [Javadoc](https://jspecify.dev/docs/api/)
- Maven Central: [org.jspecify:jspecify](https://repo.maven.apache.org/maven2/org/jspecify/jspecify/1.0.0/)
##### Changes since version 0.3.0
No code changes, only Javadoc changes and OSGI metadata.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.3.0
->1.0.0
Release Notes
jspecify/jspecify (org.jspecify:jspecify)
### [`v1.0.0`](https://togithub.com/jspecify/jspecify/releases/tag/v1.0.0): 1.0.0 JSpecify 1.0.0 is the first stable release of the only [consensus-driven](https://jspecify.dev/about/), tool-independent nullness annotations for Java code (with benefits for Kotlin interoperability). Future releases will add annotations for other kinds of static-analysis checks. Check out our [usage page](https://jspecify.dev/docs/using) for instructions on how to depend on JSpecify in your project and our guidelines on [when to start](https://jspecify.dev/docs/whether) doing so. Also check out our [User Guide](https://jspecify.dev/docs/user-guide). The 1.0.0 release contains four annotations: - [`@Nullable`](https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html) - [`@NonNull`](https://jspecify.dev/docs/api/org/jspecify/annotations/NonNull.html) - [`@NullMarked`](https://jspecify.dev/docs/api/org/jspecify/annotations/NullMarked.html) - [`@NullUnmarked`](https://jspecify.dev/docs/api/org/jspecify/annotations/NullUnmarked.html) ##### Artifacts - [Javadoc](https://jspecify.dev/docs/api/) - Maven Central: [org.jspecify:jspecify](https://repo.maven.apache.org/maven2/org/jspecify/jspecify/1.0.0/) ##### Changes since version 0.3.0 No code changes, only Javadoc changes and OSGI metadata.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.