protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
throws AnnotationProcessorException {
AnnotatedElementHandler aeHandler = ainfo.getProcessingContext().getHandler();
PreDestroy preDestroyAn =
(PreDestroy)ainfo.getAnnotation();
Method annMethod = (Method)ainfo.getAnnotatedElement();
String pdMethodName = annMethod.getName();
String pdClassName = annMethod.getDeclaringClass().getName();