JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.checkerframework.framework.testchecker.nontopdefault.qual
NTDBottom
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface NTDBottom
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE_USE
,
TYPE_PARAMETER
})
@TargetLocations
({
LOWER_BOUND
,
UPPER_BOUND
})
@SubtypeOf
({
NTDMiddle
.class,
NTDSide
.class})
@DefaultFor
(
LOWER_BOUND
)
public @interface
NTDBottom