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

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

There is a newer version: 9.2.4
Show newest version
package io.getunleash.lang;

import java.lang.annotation.*;
import javax.annotation.Nonnull;
import javax.annotation.meta.TypeQualifierDefault;

@Retention(RetentionPolicy.RUNTIME)
@Documented
@Nonnull
@TypeQualifierDefault({ElementType.PARAMETER, ElementType.METHOD})
@Target({ElementType.PACKAGE, ElementType.TYPE})
public @interface NonNullApi {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy