/* 973 */ annotation = new PreDestroyImpl();
/* 974 */ annotationClass = PreDestroy.class;
/* 975 */ method.setMethodName("ejbRemove");
/* 976 */ addAnnotations(annotationClass, annotation, container, method);
/* */
/* 978 */ annotation = new ResourceImpl();
/* 979 */ annotationClass = Resource.class;
/* 980 */ method.setMethodName("setSessionContext");
/* */
/* 982 */ addAnnotations(annotationClass, annotation, container, method);
/* */ }