![JAR search and dependency download from the Maven repository](/logo.png)
io.getunleash.lang.Nullable Maven / Gradle / Ivy
package io.getunleash.lang;
import java.lang.annotation.*;
import javax.annotation.Nonnull;
import javax.annotation.meta.TypeQualifierNickname;
import javax.annotation.meta.When;
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Nonnull(when = When.MAYBE)
@TypeQualifierNickname
@Target({ElementType.METHOD, ElementType.PARAMETER, ElementType.FIELD})
public @interface Nullable {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy