checker.src.org.eclipse.jgit.annotations.Nullable Maven / Gradle / Ivy
package org.eclipse.jgit.annotations;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE_USE, ElementType.TYPE_PARAMETER })
public @interface Nullable {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy