
checker.src.javax.annotation.Nonnull Maven / Gradle / Ivy
package javax.annotation;
import java.lang.annotation.*;
import javax.annotation.meta.When;
import org.checkerframework.framework.qual.TypeQualifier;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@TypeQualifier
public @interface Nonnull {
When when() default When.ALWAYS;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy