annotation = new PostActivateImpl();
annotationClass = javax.ejb.PostActivate.class;
method.setMethodName("ejbActivate");
addAnnotations(annotationClass, annotation, container, method);
annotation = new PrePassivateImpl();
annotationClass = javax.ejb.PrePassivate.class;
method.setMethodName("ejbPassivate");
addAnnotations(annotationClass, annotation, container, method);
annotation = new PreDestroyImpl();