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

Annotate ITransaction and ISpan for better null-safety compatibility. #1159

Closed
marandaneto opened this issue Jan 13, 2021 · 0 comments · Fixed by #1161
Closed

Annotate ITransaction and ISpan for better null-safety compatibility. #1159

marandaneto opened this issue Jan 13, 2021 · 0 comments · Fixed by #1161
Assignees
Labels
performance Performance API issues

Comments

@marandaneto
Copy link
Contributor

Annotate ITransaction and ISpan with @NotNull or @Nullable, a few methods returns or method params are missing and this causes unnecessary Boilerplate on Kotlin code.

If there are more interfaces that are used by the client's code, this issue also applies.

cc @maciejwalkowiak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance API issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants