You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpringConfigurationVisitor is responsible for reviewing all XML Resources in the Windup Graph, and identifying XML Resources that are Spring Configurations. It does this by identifying the root tag and either the XML Doctype or XML Namespace, depending on the version of Spring Configuration. After identifying an XML as a Spring Configuration, the Spring Configuration is read, and references to Spring Beans are extracted, and referenced in the Windup Graph to the appropriate Java Class.
Green nodes represent nodes added by this visitor to the Windup Graph.