/* Generated by AspectJ version 1.0.1 */ class Salary { Integer s; public Salary(Integer a) { super(); this.s = a; } public int getValue() { return this.s.intValue(); } public void t() { Total.aspectInstance.before0$ajc(this); this.t$ajcPostCall(); } public void t$ajcPostCall() { } }