@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value=ReadOnly.class) public @interface AssignsFields
this
object.
A method with an AssignsFields receiver may not use the receiver to
invoke other methods with mutable or immutable reciever.