Skip to content

All parameters NotNull/Nullable #80

Description

This's a kind feature request,

instead of doing

publicvoidMethodName(@NotNullArgarg1, @NotNullArgarg2, @NotNullArgarg3) {}

It's better to be:

@ArgsNotNullpublicvoidMethodName(Argarg1, Argarg2, Argarg3) {}

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