JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.checkerframework.checker.optional.qual
PolyPresent
Contents
Description
Hide sidebar
Show sidebar
Annotation Type PolyPresent
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE_USE
,
TYPE_PARAMETER
})
@PolymorphicQualifier
(
MaybePresent
.class)
public @interface
PolyPresent
A polymorphic qualifier for the Optional type system.