Yes, you can use binary weaving to weave into third-party jars. Check documentation for ajc, particularly around the -injar option.
-Ramnivas On Thu, Dec 11, 2008 at 9:19 PM, miro <[email protected]> wrote: > > Is it possible to advice on a method call of a class which is packged in a > jar file. > for example I want my advice to be called for any method called for some > class in oracle driver jar ? > -- > View this message in context: > http://www.nabble.com/advices-for--methods-from-packaged-classes-tp20968822p20968822.html > Sent from the AspectJ - users mailing list archive at Nabble.com. > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
