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

org.checkerframework.checker.nullness.qual.PolyNull Maven / Gradle / Ivy

There is a newer version: 0.14.9
Show newest version
package org.checkerframework.checker.nullness.qual;

import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.PARAMETER;

@Target({FIELD, PARAMETER, METHOD})
public @interface PolyNull {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy