001 002 package designdeliverabledemo; 003 004 /** 005 * Class header for the application main class. 006 * @author jdalbey 007 */ 008 public class AppMain 009 { 010 011 /** 012 * Main method description goes here 013 * @param args the command line arguments 014 */ 015 public static void main(String[] args) 016 { 017 // pseudocode application logic goes here 018 } 019 020 }