checker.src.edu.umd.cs.findbugs.annotations.Nullable Maven / Gradle / Ivy
package edu.umd.cs.findbugs.annotations;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
public @interface Nullable {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy