if( !excludedFromImplementsClause(next) ) {
eligibleInterfaces.add(next);
}
}
LocalBean localBeanAnn = (LocalBean) ejbClass.getAnnotation(LocalBean.class);
if( localBeanAnn != null ) {
ejbDesc.setLocalBean(true);
}
// total number of local/remote business interfaces declared