/* 1605 */ DependsImpl annotation = new DependsImpl();
/* 1606 */ Iterator dependencies = enterpriseBean.getDepends().iterator();
/* */
/* 1608 */ while (dependencies.hasNext())
/* */ {
/* 1610 */ annotation.addDependency((String)dependencies.next());
/* */ }
/* */
/* 1613 */ addClassAnnotation(container, Depends.class, annotation);
/* */ }
/* */