pose
pose copied to clipboard
Intercept methods/setters globally using rules rather than explicit method/property names
Would it be possible to extend Pose to do AOP style method/property interception (including privates) using this approach? Or is there a reason (aside from it being outside of scope) why it wouldn't work?
I don't see a reason why it can't be done. But as you rightly mentioned, it's out of scope of this project