Annotation Type InitializedFieldsBottom
-
@SubtypeOf(InitializedFields.class) @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND}) public @interface InitializedFieldsBottom
The bottom type qualifier for the Initialized Fields type system. It is the type ofnull
. Programmers should rarely write this qualifier.