Idea: Do not generate dependency methods if incremental is active
Advantages:
- less code generated
- currently not tested, if incremental option is active and further dependencies are set
- possible small performance gain because empty dependency definition lists are not considered at all
Should it be an error to use "A canDependOn B" if incremental option is set? Or just a warning ..