org.checkerframework.checker.index.qual.LessThanBottom Maven / Gradle / Ivy
package org.checkerframework.checker.index.qual;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.checkerframework.framework.qual.ImplicitFor;
import org.checkerframework.framework.qual.LiteralKind;
import org.checkerframework.framework.qual.SubtypeOf;
@SubtypeOf({LessThan.class})
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE_PARAMETER, ElementType.TYPE_USE})
@ImplicitFor(literals = LiteralKind.NULL)
public @interface LessThanBottom {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy