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

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

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

import java.lang.annotation.Target;

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

@Target(FIELD)
public @interface MonotonicNonNull {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy