I am not sure if we really want to do it. It seems to me that using
attribute is breaking encapsulation so we might not want to encourage
such practice.
I know we are using attributes in gmock in some really specific
situation but even there I sometimes feel that we could use some more
explicit properties.
> mo...@field.returns(1)
> play {
> assertEquals 1, mock.@field
>
>
>
> }