Open ajvincent opened 2 years ago
Decorators need a namespace, either as an argument or being imported as a module, to allow for multiple sets of aspect weaving.
To clarify: suppose you have two or more decorated classes. How do you ensure the decorators implementing one set of aspects aren't in use on the other?
On hold: see this README.