}
//expose unless we already exposed matching attribute field
boolean isAlreadyExposed = atts.containsKey(attName);
if (!isAlreadyExposed)
{
ops.add(new MBeanOperationInfo(op != null ? op.description() : "", method));
if (log.isDebugEnabled())
{
log.debug("@Operation found for method " + method.getName());
}
}