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