Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nullability annotations #177

Merged
merged 6 commits into from
Mar 22, 2019
Merged

Add nullability annotations #177

merged 6 commits into from
Mar 22, 2019

Conversation

aNNiMON
Copy link
Owner

@aNNiMON aNNiMON commented Mar 20, 2019

As suggested in #176

Note, this project can't be targeted to Java 8 version, so we are limited to using 'org.jetbrains:annotations-java5'. Moreover, since type annotations aren't supported in pre-Java 8 version, we can't mark types as nullable: Function<@NotNull T, @Nullable R>, Optional<@NotNull T>, etc.

@coveralls
Copy link

coveralls commented Mar 20, 2019

Coverage Status

Coverage remained the same at 100.0% when pulling 129606e on nullability-annotations into 3086bb6 on master.

@aNNiMON aNNiMON merged commit 5405748 into master Mar 22, 2019
@aNNiMON aNNiMON deleted the nullability-annotations branch March 22, 2019 17:59
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.

3 participants