@(waiters: ArrayList[String]) @* Written by: Rohit Lakshmanatirthakatte *@ @* Tested by: Rohit Lakshmanatirthakatte *@ @* Debugged by: Rohit Lakshmanatirthakatte *@ @* This is the template for a portion of the Waiter Interface. *@ @* The ArrayList data structure contains a message to waiter *@ @* about an order when it is finished. *@ @import helper._ @* Main template begins here. *@ @main("Waiter Interface") { } {