1 22 package org.jboss.annotation.ejb; 23 24 import java.lang.annotation.Annotation ; 25 26 27 31 public class SerializedConcurrentAccessImpl implements SerializedConcurrentAccess 32 { 33 public SerializedConcurrentAccessImpl() 34 { 35 } 36 37 public Class <? extends Annotation > annotationType() 38 { 39 return SerializedConcurrentAccess.class; 40 } 41 } 42 | Popular Tags |