Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Weaving already loaded classes

That does look interesting. Given the restrictions "The
retransformation must not add, remove or rename fields or methods,
change the signatures of methods, or change inheritance" it couldn't
be used to support full AspectJ weaving capabilities, but it could
certainly support basic advice weaving.

On 22/12/05, mohan.radhakrishnan@xxxxxxxxxxxxx
<mohan.radhakrishnan@xxxxxxxxxxxxx> wrote:
>
> Hi,
>        Any idea if this is useful
> http://download.java.net/jdk6/docs/api/java/lang/instrument/Instrumentation.html#retransformClasses(java.lang.Class...)
> ?
> This is a mustang feature called late-binding agent support.
>
> Thanks,
> Mohan
>
>
>
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you have
> received it in error, please notify the sender immediately and delete the
> original. Any other use of the email by you is prohibited.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>


--
-- Adrian
adrian.colyer@xxxxxxxxx


Back to the top