1 package org.jboss.tutorial.extended.bean;2 3 /**4 * comment5 *6 * @author <a HREF="mailto:bill@jboss.org">Bill Burke</a>7 */8 public interface StatelessLocal9 {10 void update(Customer c);11 }12