wf.utils.java.misc.annotation.Nullable Maven / Gradle / Ivy
The newest version!
package wf.utils.java.misc.annotation;
import java.lang.annotation.*;
@Target({ElementType.METHOD, ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Nullable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy