/* 968 */ annotation = new PrePassivateImpl();
/* 969 */ annotationClass = PrePassivate.class;
/* 970 */ method.setMethodName("ejbPassivate");
/* 971 */ addAnnotations(annotationClass, annotation, container, method);
/* */
/* 973 */ annotation = new PreDestroyImpl();
/* 974 */ annotationClass = PreDestroy.class;
/* 975 */ method.setMethodName("ejbRemove");
/* 976 */ addAnnotations(annotationClass, annotation, container, method);
/* */
/* 978 */ annotation = new ResourceImpl();