| Re: [aspectj-users] Why all mixin fields are transient? |
Can you please help to try this --
public class A implements I{
}
public interface I {
}
aspect X {
public int I.i;
}
--
View this message in context: http://www.nabble.com/Why-all-mixin-fields-are-transient--tf3906894.html#a11094767
Sent from the AspectJ - users mailing list archive at Nabble.com.