@SubtypeOf(value=Raw.class) @DefaultQualifierInHierarchy @DefaultFor(value={IMPLICIT_UPPER_BOUND,IMPLICIT_LOWER_BOUND,EXCEPTION_PARAMETER}) @Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) public @interface NonRaw
NullnessRawnessChecker
uses rawness to track
initialization of NonNull
fields.
This type qualifier indicates that the object has been fully initialized; reading fields from such objects is fully safe and yields objects of the correct type.