Can one pass state between aspects?
One can trivially pass arbitrary data between the aspect class and a template via the 'args' parameter. As Metalama cannot yet create class out of thin air, I need to modify the override method of another class to do different things based on the data captured (and fields created) on another class (where it's later going to reference this second class and do things with it).
Question: Can I pass any data from the "parent" aspect into this "child" aspect at compile-time?
Question: Can I pass any data from the "parent" aspect into this "child" aspect at compile-time?