All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.checkerframework.checker.nullness.qual.NonNull Maven / Gradle / Ivy

The newest version!
package org.checkerframework.checker.nullness.qual;

import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
import static java.lang.annotation.ElementType.PARAMETER;

@Target({FIELD, PARAMETER, LOCAL_VARIABLE})
public @interface NonNull {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy