protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo,
ResourceContainerContext[] rcContexts)
throws AnnotationProcessorException {
EJBs ejbsAnnotation = (EJBs) ainfo.getAnnotation();
EJB[] ejbAnnotations = ejbsAnnotation.value();
if(ejbAnnotations.length == 0) {
String localizedMsg = localStrings.getLocalString(
"enterprise.deployment.annotation.handlers.emptyEJBs",
"No @EJB elements in @EJBs on " + ainfo.getAnnotatedElement(),