
checker.src.org.netbeans.api.annotations.common.NullAllowed Maven / Gradle / Ivy
package org.netbeans.api.annotations.common;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
public @interface NullAllowed {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy