Mixin
Mixin copied to clipboard
Update `@Accessor` and `@Invoker` docs
...to reflect the fact they are actually capable of targeting static fields/methods. Current documentation states that methods annotated with either @Accessor or @Invoker must be abstract, which implies they cannot be static themselves and therefore cannot have static target.