JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.checkerframework.checker.optional.qual
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.