// TODO: log a warning
continue; // attribute not mapped to an advice
}
// create and add a new weaving rule def
BindAdviceRule bindAdviceRule = new BindAdviceRule();
bindAdviceRule.setExpression(
ExpressionNamespace.getExpressionNamespace(aspectDef.getName())
.getExpression(expression));
bindAdviceRule.addAdviceRef(adviceRef);
aspectDef.addBindAdviceRule(bindAdviceRule);
counter++;
break;
}