Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Source code weaving?

Hi, 

As far as I know, weaving is currently done only on the bytecode
level. What I use to see weaved sources is to decompile bytecode
modified by ajc (e.g. by jad decompiler).

Regards,
Maciek

On 4/19/05, Simon Heinzle <simon.heinzle@xxxxxxxxxx> wrote:
> Hi all,
> 
> is it possible to produce weaved source code using ajc (or is something
> like that planned for the future)?
> 
> Regards,
> Simon
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top