Comment #8 on issue 121 by
minas.ma...@gmail.com: rethink: support
Thanks for the input.
The annotation would be probably a good solution (because IDEA supports
also to annotate libs, needed for Date Component Factories).
On the opposite, I don't like the idea that developers need to have
annotations in their code only to make the plugin work properly (without
any need for the project itself). Another point is, this annotation is also
needed to compile the project (so you need to add another dependency, again
without any need). In bigger teams (with devs using different IDE) someone
might wonder about the annotation.
I've also think about a comment instead of an annotation, so you don't need
an additional jar to compile, but still: 'code' only for the plugin and lib
methods cannot marked as factories. :-/