1 25 26 package org.objectweb.easybeans.deployment.annotations.metadata.interfaces; 27 28 import javax.ejb.TransactionAttributeType ; 29 30 31 35 public interface ITransactionAttribute { 36 37 41 TransactionAttributeType getTransactionAttributeType(); 42 43 48 void setTransactionAttributeType(TransactionAttributeType transactionAttributeType); 49 50 } 51 | Popular Tags |