Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Why all mixin fields are transient?

You are hitting bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168063 - download a more
recent version of AspectJ.

On 13/06/07, Jason Nie <nielinjie@xxxxxxxxx> wrote:

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.

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top