[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-dev] How can I re-weave a woven class in AspectJ1.2?
|
- From: "Hooke" <hooke@xxxxxxxxxxxx>
- Date: Mon, 25 Oct 2004 00:25:23 +0800
- Delivered-to: aspectj-dev@eclipse.org
hi,
How can I re-weave a woven class? That is to say a class is already woven by an aspect, and I want to add a new aspect on the woven class again, but not to overwrite the first aspect.
Supposed that A(c) represents class c is woven by aspect A, how to reweave A(c) using aspect B, that is B(A(c)), in AspectJ1.2 ? And how about C(B(A(c))) and so on?
Thanks
Hooke