[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[ews.eclipse.technology.aspectj] Re: Does aspectJ support compile time weaving?
|
- From: Matt Chapman <mpchapman@xxxxxxxxx>
- Date: Mon, 10 Apr 2006 12:50:04 +0100
- Newsgroups: eclipse.technology.aspectj
- Organization: EclipseCorner
- User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)
On Sun, 09 Apr 2006 15:29:07 +0000, yinglcs wrote:
> Does aspectJ support compile time weaving? If yes, I don't need to include
> the aspectJ runtime.jar to my program. Is that correct?
Yes, compile time weaving is supported.
You do in general need to include aspectjrt.jar on your runtime classpath.
Regards,
Matt.