1 package com.bm.ejb3metadata.annotations.impl; 2 3 /** 4 * List of remote interfaces. 5 * 6 * @author Daniel Wiese 7 */ 8 public class JRemote extends JInterface { 9 10 }