Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] advices for methods from packaged classes

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 <miroconnect@xxxxxxxxx> 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
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top