1 package org.jboss.tutorial.extended.bean;2 3 4 5 /**6 * comment7 *8 * @author <a HREF="mailto:bill@jboss.org">Bill Burke</a>9 */10 public interface StatelessRemote11 {12 Customer find(long id);13 }14