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

org.checkerframework.checker.nullness.compatqual.MonotonicNonNullDecl Maven / Gradle / Ivy

The newest version!

package org.checkerframework.checker.nullness.compatqual;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface MonotonicNonNullDecl {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy