mixin-cheatsheet
mixin-cheatsheet copied to clipboard
invoker.md does not mention method naming requirements
It should mention that invokers must be named invokeMethodName
or callMethodName
, or annotated with @Invoker("methodName")
.