View Javadoc
1 /* 2 * Created on Apr 18, 2003 3 * 4 * To change this generated comment go to 5 * Window>Preferences>Java>Code Generation>Code Template 6 */ 7 package attrib4j.examples; 8 9 /*** 10 * @author Mark.Pollack 11 */ 12 public abstract class AbstractDeposit implements DepositTransaction { 13 14 15 /*** 16 * Just a placehold to test out attributes in the inheritance chain. 17 * @Trace(1) 18 */ 19 public abstract void deposit(int accountNbr, long amount); 20 21 }

This page was automatically generated by Maven