Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Why would one ever want to use Load Time Weaving?

Unfortunately the documentation is in need of some love I'm afraid. I
can't point to a specific section on binary weaving.  Bits and pieces
here and there:

- docs on how to use ajc:
http://www.eclipse.org/aspectj/doc/released/devguide/ajc-ref.html
- bytecode weaving basics:
http://www.eclipse.org/aspectj/doc/released/devguide/bytecode-concepts.html
- first bit of the LTW section talks a little about it:
http://www.eclipse.org/aspectj/doc/released/devguide/ltw.html

It isn't that complicated though - it is just what you'd imagine.

Andy

On 13 December 2011 12:57, Mark <mark.kharitonov@xxxxxxxxx> wrote:
> I must have missed the binary weaving part of the AspectJ documentation.
> Could you direct me to the relevant documentation?
>
> Thanks.
>
> --
> View this message in context: http://aspectj.2085585.n4.nabble.com/Why-would-one-ever-want-to-use-Load-Time-Weaving-tp4181328p4191989.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