Annotation Type CalledMethodsBottom
-
@SubtypeOf({CalledMethods.class,CalledMethodsPredicate.class}) @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({LOWER_BOUND,UPPER_BOUND}) public @interface CalledMethodsBottom
The bottom type for the Called Methods type system.It should rarely be written by a programmer.
- See the Checker Framework Manual:
- Called Methods Checker