Remove cycle between model and util
-----------------------------------

                 Key: CAMEL-1717
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1717
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.0-M2
            Reporter: Christian Schneider
             Fix For: 2.0.0


Currently util and model reference each other what makes them difficult to 
understand separately. 

When you look closely at the references you see that model only needs one class 
ProcessorDefinitionHelper. As this class only needs other classes from model I 
think it should belong to model. As this class is only needed from model I 
think it does not need to be public. So it is also clear that the class does 
not belong to the camel model classes users should access.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to