handleAnnotation(aeHandler, defn, element);
}
public HandlerProcessingResult processAnnotation(AnnotationInfo element) throws AnnotationProcessorException {
AnnotatedElementHandler aeHandler = element.getProcessingContext().getHandler();
ConnectionDefinition connDefn = (ConnectionDefinition) element.getAnnotation();
if (aeHandler instanceof RarBundleContext) {
handleAnnotation(aeHandler, connDefn, element);
} else {
getFailureResult(element, "not a rar bundle context", true);