Greetings,

I want to extend the AOP framework but I need some help understanding its internals. While the reference documentation has plenty of information on bean initialization and post-initialization mechanisms and how to customize them, the AOP section only show how to use it, but not really how to extend it. I would like to know the sequence of aspect creation and its underlying API, so I looked in some of the sources and I understand some of the classes roles but I still don't have a complete picture of the sequence, nor did I found out how to do programmatic creation and wiring of aspects.
Any help and direction would be appreciated.

Thanks

Gabriel