/* */ private void addTransactionAnnotations(EJBContainer container, JBossEnterpriseBeanMetaData enterpriseBean, String ejbName)
/* */ throws ClassNotFoundException, NoSuchMethodException, NoSuchFieldException
/* */ {
/* 1144 */ if (enterpriseBean != null)
/* */ {
/* 1146 */ TransactionManagementType transactionType = enterpriseBean.getTransactionType();
/* 1147 */ if (transactionType != null)
/* */ {
/* 1149 */ TransactionManagementImpl annotation = new TransactionManagementImpl();
/* 1150 */ annotation.setValue(transactionType);
/* 1151 */ addClassAnnotation(container, TransactionManagement.class, annotation);