*/
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
throws AnnotationProcessorException {
AnnotatedElementHandler aeHandler =
ainfo.getProcessingContext().getHandler();
if (aeHandler instanceof AppClientContext) {
// application client does not support @PersistenceContext
String msg = localStrings.getLocalString(
"enterprise.deployment.annotation.handlers.invalidaehandler",