annotation = new PreDestroyImpl();
annotationClass = javax.annotation.PreDestroy.class;
method.setMethodName("ejbRemove");
addAnnotations(annotationClass, annotation, container, method);
annotation = new ResourceImpl();
annotationClass = Resource.class;
method.setMethodName("setSessionContext");
// TODO: set param?
addAnnotations(annotationClass, annotation, container, method);
}