return true;
}
if (AopSchemaConstants.ATTR_METHOD.equals(attr)) {
TextAttribute attrControl = createAdviceMethodAttribute(client, attr, required);
addWidget(attrControl);
addAdapter(new TextAttributeProposalAdapter(attrControl, new AdviceMethodContentProposalProvider(
getInput(), attr)));
return true;
}
return super.addCustomAttribute(client, attr, required);
}