
checker.src.android.annotation.Nullable Maven / Gradle / Ivy
package android.annotation;
import java.lang.annotation.*;
import org.checkerframework.framework.qual.TypeQualifier;
@Documented
@Retention(RetentionPolicy.SOURCE)
@TypeQualifier
public @interface Nullable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy