+ " does not annotate a method, this is not permitted.", null);
throw new UnableToCompleteException();
}
// Extract the label if its in TabInfo (it is a negative integer if not set)
if (tabInfoAnnotation.priority() >= 0) {
tabPriority = tabInfoAnnotation.priority();
}
if (tabPriority != null &&
tabInfoFunctionDescription != null && !tabInfoFunctionDescription.returnString) {
logger.log(TreeLogger.ERROR, "The @" + TabInfo.class.getSimpleName()