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

All parameters NotNull/Nullable #80

Open
M-K-Al opened this issue Dec 14, 2022 · 0 comments
Open

All parameters NotNull/Nullable #80

M-K-Al opened this issue Dec 14, 2022 · 0 comments

Comments

@M-K-Al
Copy link

M-K-Al commented Dec 14, 2022

This's a kind feature request,

instead of doing

public void MethodName(@NotNull Arg arg1, @NotNull Arg arg2, @NotNull Arg arg3) {}

It's better to be:

@ArgsNotNull
public void MethodName(Arg arg1, Arg arg2, Arg arg3) {}

Indicating all parameters should not be null (or nullable).

Thanks.

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

No branches or pull requests

1 participant