Annotation Interface TestReflectBottom
@SubtypeOf({TestReflectSibling1.class,TestReflectSibling2.class})
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({LOWER_BOUND,UPPER_BOUND})
@DefaultFor(LOWER_BOUND)
public @interface TestReflectBottom
Toy type system for testing reflection resolution. Uses
org.checkerframework.common.subtyping.qual.Bottom as bottom.
- See Also: