
checker.src.org.jetbrains.annotations.Nullable Maven / Gradle / Ivy
package org.jetbrains.annotations;
import java.lang.annotation.*;
import org.checkerframework.framework.qual.TypeQualifier;
@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
@TypeQualifier
public @interface Nullable {
String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy