395396397398399400401402403404405
return null; if (type instanceof FlowBeanType<?>) attr = new FlowAttribute(type); else if (type.isEnvBean()) { attr = new EnvironmentAttribute(type); } else { // attr = new XmlBeanAttribute(null, type); //Thread.dumpStack(); return null;