FBCBottom |
The bottom type in the initialization type system.
|
HoldsForDefaultValue |
A meta-annotation that indicates that the qualifier can be applied to the default value of every
relevant Java type (as per RelevantJavaTypes ).
|
Initialized |
This type qualifier belongs to the freedom-before-commitment initialization tracking type-system.
|
NotOnlyInitialized |
|
PolyInitialized |
A polymorphic qualifier for the freedom-before-commitment initialization tracking type-system.
|
UnderInitialization |
This type qualifier indicates that an object is (definitely) in the process of being
constructed/initialized.
|
UnknownInitialization |
This type qualifier indicates how much of an object has been fully initialized.
|