| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Retention(value=RUNTIME) @TypeQualifier @SubtypeOf(value=ReadOnly.class) public @interface AssignsFields
Indicates that the annotated method could assigns (but not mutate) the fields
 of this object.
 A method with an AssignsFields receiver may not use the receiver to
 invoke other methods with mutable or immutable reciever.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||