32333435363738
public class AspectManagerJDK5 extends AbstractAspectManager { public AspectManagerJDK5(String bootstrapXml) { super(bootstrapXml); super.delegate = new AspectManagerServiceJDK5(null); }
567891011
/* */ public class AspectManagerJDK5 extends AbstractAspectManager /* */ { /* */ public AspectManagerJDK5(String bootstrapXml) /* */ { /* 36 */ super(bootstrapXml); /* 37 */ this.delegate = new AspectManagerServiceJDK5(null); /* */ }