Annotation Type LessThanBottom


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