RE: [aspectwerkz-dev] tracing to the console
"Jonas Boner" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Then you would have to do post-compilation of rt.jar. /Jonas -----Original Message----- From: eu [mailto:eu-E/[email protected]] Sent: Tue 7/13/2004 7:51 PM To: [email protected] Cc: Subject: Re: [aspectwerkz-dev] tracing to the console Alex wrote: > The AOP container is designed to avoid to hook directly in the classloader > class. I don't want to hook in classloaders. It was already complex to > enable class load time weaving. Hmm. Is there are any way to put a custom advice to something like execution(* java.lang.ClassLoader+.new(..)) ? regards, Eugene