annotation = new PrePassivateImpl();
annotationClass = javax.ejb.PrePassivate.class;
method.setMethodName("ejbPassivate");
addAnnotations(annotationClass, annotation, container, method);
annotation = new PreDestroyImpl();
annotationClass = javax.annotation.PreDestroy.class;
method.setMethodName("ejbRemove");
addAnnotations(annotationClass, annotation, container, method);
annotation = new ResourceImpl();