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

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