/* 963 */ Annotation annotation = new PostActivateImpl();
/* 964 */ Class annotationClass = PostActivate.class;
/* 965 */ method.setMethodName("ejbActivate");
/* 966 */ addAnnotations(annotationClass, annotation, container, method);
/* */
/* 968 */ annotation = new PrePassivateImpl();
/* 969 */ annotationClass = PrePassivate.class;
/* 970 */ method.setMethodName("ejbPassivate");
/* 971 */ addAnnotations(annotationClass, annotation, container, method);
/* */
/* 973 */ annotation = new PreDestroyImpl();