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

io.getunleash.lang.Nullable Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy