/* 1040 */ if (list != null)
/* */ {
/* 1042 */ for (RemoveMethodMetaData removeMethod : list)
/* */ {
/* 1044 */ NamedMethodMetaData method = removeMethod.getBeanMethod();
/* 1045 */ RemoveImpl annotation = new RemoveImpl(removeMethod.isRetainIfException());
/* 1046 */ addAnnotations(Remove.class, annotation, container, method);
/* */ }
/* */ }
/* */ }