Annotation Interface CalledMethodsBottom
@SubtypeOf({CalledMethods.class,CalledMethodsPredicate.class})
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_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