All Downloads are FREE. Search and download functionalities are using the official Maven repository.

checker.src.edu.umd.cs.findbugs.annotations.Nullable Maven / Gradle / Ivy

There is a newer version: 0.25.5
Show newest version
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