Skip to content

Nonnull and Nullable annotations added.#90

Merged
m0mus merged 1 commit intojakartaee:masterfrom
tomas-langer:89-nullable
Jul 9, 2021
Merged

Nonnull and Nullable annotations added.#90
m0mus merged 1 commit intojakartaee:masterfrom
tomas-langer:89-nullable

Conversation

@tomas-langer
Copy link
Copy Markdown
Contributor

Resolves #89

This PR adds only Nullable and Nonnull annotations from JSR 305, as these are the most commonly used and dramatically improve usability of any code using them.

Signed-off-by: Tomas Langer tomas.langer@oracle.com

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@m0mus m0mus requested a review from lukasj June 29, 2021 15:50
Copy link
Copy Markdown
Contributor

@m0mus m0mus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Nullable and NotNull annotations

2 participants