
checker.src.com.sun.istack.NotNull Maven / Gradle / Ivy
package com.sun.istack;
import java.lang.annotation.*;
import org.checkerframework.framework.qual.TypeQualifier;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
@TypeQualifier
public @interface NotNull {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy