[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Why all mixin fields are transient?
|
- From: "Andy Clement" <andrew.clement@xxxxxxxxx>
- Date: Wed, 13 Jun 2007 08:14:45 +0100
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ojEPrYvTA1c+FK1RBpf4ts7IeiRTF2MPHMHPRA3DYNlGkGAWMukcxC1hQikcx2tjpnwx8ltaGQodGGH8ifozDxZ8vE6o+4npUd4xw2i5GzQ+vKWjpX02yIF48T1kVtR+XY/PW1hoF3A07iCbV0lxuMpJ+2G7zyiHAPyfXrMRKMA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K1+gp4qZCWp4DoDrghuQu9szqtrsQs1XRY6BviJmxlSLTPlSGKirF1t2GaVlFXkWRtgHmPfYJpPtRVqLBcIAO3qhrsRDQIfI3/uYFMxBl5QoK1WzV70i/WphvS8a0AdJ5dwRvHHZAyszMJiaGAdWtyMk0ttRCXSxkBXlvlTPGkY=
Do you have an example of what you mean? This is fine:
C:\aspectj1.5.3>cat A.java
public class A {
}
aspect X {
public int A.i;
}
C:\aspectj1.5.3>ajc A.java
C:\aspectj1.5.3>javap A
Compiled from "A.java"
public class A extends java.lang.Object{
public int i;
public A();
}
On 12/06/07, Jason Nie <nielinjie@xxxxxxxxx> wrote:
I find all mixin fields are marked as transient, by the waver. Why? Can I
switch this off?
--
View this message in context: http://www.nabble.com/Why-all-mixin-fields-are-transient--tf3906894.html#a11076710
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