/* 1025 */ if (list != null)
/* */ {
/* 1027 */ for (InitMethodMetaData initMethod : list)
/* */ {
/* 1029 */ NamedMethodMetaData method = initMethod.getBeanMethod();
/* 1030 */ InitImpl annotation = new InitImpl();
/* 1031 */ addAnnotations(Init.class, annotation, container, method);
/* */ }
/* */ }
/* */ }