/* */
/* 1170 */ for (MethodMetaData method : transaction.getMethods())
/* */ {
/* 1172 */ if (method.getEjbName().equals(ejbName))
/* */ {
/* 1174 */ TransactionAttributeImpl annotation = new TransactionAttributeImpl();
/* 1175 */ annotation.setType(transaction.getTransAttribute());
/* 1176 */ addAnnotations(TransactionAttribute.class, annotation, container, method);
/* */ }
/* */ }
/* */ }
/* */ }