/* 958 */ Class annotationClass = annotation.annotationType();
/* 959 */ method.setMethodName("ejbCreate");
/* 960 */ addAnnotations(annotationClass, annotation, container, method);
/* */ }
/* */
/* 963 */ Annotation annotation = new PostActivateImpl();
/* 964 */ Class annotationClass = PostActivate.class;
/* 965 */ method.setMethodName("ejbActivate");
/* 966 */ addAnnotations(annotationClass, annotation, container, method);
/* */
/* 968 */ annotation = new PrePassivateImpl();