Hi,
I'd like to generate factory classes for objects that are tagged with "@foo.factory name="..." on the class level. I have for example ten classes. Five of these classe are tagged with "@foo.factory name="factory1" and the other five are tagged with "@foo.factory name="factory2". In this case I want to generate two factories: "factory1" and "factory2" with factory methods for the tagged classes.
My questions are:
- How do I generate two classes for ten unrelated input classes? I guess I have to set multioutput to true but from there ... I'm not sure.
- Is there a plugin that already does this in the plugins src distribution?
Thanks anyway,
Joris Wijlens
