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?

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.



Back to the top