/* */ {
/* 1011 */ for (MethodMetaData method : list.getMethods())
/* */ {
/* 1013 */ if (method.getEjbName().equals(ejbName))
/* */ {
/* 1015 */ DenyAllImpl annotation = new DenyAllImpl();
/* 1016 */ addAnnotations(DenyAll.class, annotation, container, method);
/* */ }
/* */ }
/* */ }
/* */ }