[aspectwerkz-user] Weaving aspects into abstract class initialisation
"Bygrave, Graham BGI UK" <[email protected]> Tue, 24 May 2005 14:35:24 +0100
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <03D8E4DA4B752943B2F3F073ABDAE8363041EC@ldnnte2k032.insidelive.net> |
Hi, I want to build compile an aspect into a web application using the offline approach. As the actual EJBs are generated on deploy, I can't weave my aspect into them. So as a cludge fix, I want to weave my aspect into abstract class intialisations/finalisations instead. Is there currently any way to do this in the existing pointcut syntax? Best wishes, Graham.