In the Spring Web Flow 2 documentation in section "8.2. Is flow inheritance like Java inheritance?" it states that a child flow can inherit from multiple parent flows. If that is the case, which parent gets precedence if the inherited parent flows collide on some part of configuration?
