Annotation Type KeyForBottom
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND}) @InvisibleQualifier @SubtypeOf(KeyFor.class) public @interface KeyForBottom
The bottom type in the Map Key type system. Programmers should rarely write this type.There are no values of this type (not even
null
).