}
public boolean appendAdviceCall(AdviceSetup setup, String key,
StringBuffer beforeCall, StringBuffer call, JoinPointGenerator generator, JoinPointInfo info) throws NotFoundException
{
AdviceMethodProperties properties = setup.getAdviceMethodProperties();
if (properties != null && !properties.isAdviceVoid())
{
call.append(key);
}
return super.appendAdviceCall(setup, beforeCall, call, generator);
}