Annotation Interface InitializedFieldsBottom
@SubtypeOf(InitializedFields.class)
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({LOWER_BOUND,UPPER_BOUND})
public @interface InitializedFieldsBottom
The bottom type qualifier for the Initialized Fields type system. It is the type of
null
.
Programmers should rarely write this qualifier.- See the Checker Framework Manual:
- Initialized Fields Checker