Skip to content

All parameters NotNull/Nullable #80

@M-K-Al

Description

@M-K-Al

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions