checker.src.org.jmlspecs.annotation.NonNull Maven / Gradle / Ivy
package org.jmlspecs.annotation;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface NonNull {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy