checker.src.javax.annotation.Nullable Maven / Gradle / Ivy
package javax.annotation;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface Nullable {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy