We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@Nullable and @Nonnull are extra annotation that allow your IDE to properly check for nulls
@Nullable: States that the thing is is attached to may be null @Nonnull: State the thing will never be null