| Annotation Type | Description | 
|---|---|
| MaybePresent | The  Optionalcontainer may or may not contain a value. | 
| PolyPresent | A polymorphic qualifier for the Optional type system. | 
| Present | The  Optionalcontainer definitely contains a (non-null) value. |