Open
Description
Currently one cannot easily inject beans, resources, etc. into aspects so they can be accessed easily. Do so would allow for bean based cross concern logic like a session bean handling authentication which gets accessed using the woven advices.
UAC:
- Beans and other injectable resources MUST be able to be injected into an aspect marked as such
- There MUST be restrains on what to inject to not mix business logic with cross cutting concerns