JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.checkerframework.framework.testchecker.typedeclbounds.quals
Bottom
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Bottom
@SubtypeOf
({
S1
.class,
S2
.class})
@Retention
(
RUNTIME
)
@Target
({
TYPE_USE
,
TYPE_PARAMETER
})
@DefaultFor
(
LOWER_BOUND
)
public @interface
Bottom
Toy type system for testing impact of implicit java type conversion.
See Also:
Top