Skip to content

All parameters NotNull/Nullable #80

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions