1 22 package org.jboss.annotation.ejb; 23 24 import java.lang.annotation.Annotation ; 25 import java.util.ArrayList ; 26 27 import org.jboss.annotation.ejb.RemoteBinding; 28 29 33 public class CurrentMessageImpl implements CurrentMessage 34 { 35 36 public CurrentMessageImpl() 37 { 38 39 } 40 41 public Class <? extends Annotation > annotationType() 42 { 43 return null; 44 } 45 } 46 | Popular Tags |