Annotation Type LessThanBottom
-
@Documented @Retention(RUNTIME) @Target({TYPE_PARAMETER,TYPE_USE}) @SubtypeOf(LessThan.class) public @interface LessThanBottomThe bottom type in the LessThan type system. Programmers should rarely write this type.
@Documented
@Retention(RUNTIME)
@Target({TYPE_PARAMETER,TYPE_USE})
@SubtypeOf(LessThan.class)
public @interface LessThanBottom