if (itfAnnotationMetadata != null) {
// Report type of interface in the bean
IJLocal jLocal = itfAnnotationMetadata.getLocalInterfaces();
if (jLocal != null) {
if (currentLocalInterfaces == null) {
currentLocalInterfaces = new JLocal();
sessionBean.setLocalInterfaces(currentLocalInterfaces);
}
String itfName = itfAnnotationMetadata.getClassName();
if (!currentLocalInterfaces.getInterfaces().contains(itfName)) {
currentLocalInterfaces.addInterface(itfName);