|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value={FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE}) @TypeQualifier @SubtypeOf(value=Nullable.class) public @interface Raw
A method receiver annotation that indicates that non-null fields might be
null within the body of the method, e.g., if this
is Raw
,
this.field
might be null even if field
was declared to be
NonNull
.
This annotation is associated with the NullnessChecker
.
NonNull
,
NullnessChecker
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |