Package org.checkerframework.checker.optional.qual
-
Annotation Types Summary Annotation Type Description MaybePresent TheOptional
container may or may not contain a value.OptionalBottom The bottom type qualifier for the Optional Checker.PolyPresent A polymorphic qualifier for the Optional type system.Present TheOptional
container definitely contains a (non-null) value.