annotationClass = annotation.annotationType();
method.setMethodName("ejbCreate");
addAnnotations(annotationClass, annotation, container, method);
}
annotation = new PostActivateImpl();
annotationClass = javax.ejb.PostActivate.class;
method.setMethodName("ejbActivate");
addAnnotations(annotationClass, annotation, container, method);
annotation = new PrePassivateImpl();