1 min readJan 6, 2019
Aspects do not usually need to introduce receivers into the method’s scope. Quite to the contrary, the purpose of most aspects is to enhance functionality of the method without directy affecting the code inside of it. Aspects work around the method, before and after it, not inside of it.