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

checker.src.lombok.NonNull Maven / Gradle / Ivy

package lombok;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
public @interface NonNull {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy