Annotation Type FormatBottom
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND}) @SubtypeOf({Format.class,InvalidFormat.class}) @DefaultFor(LOWER_BOUND) public @interface FormatBottom
The bottom type in the Format String type system. Programmers should rarely write this type.