Hey, Currently we use "TODO" as a marker at the beginning of a source-file to denote that the Javadoc for it needs to be written. IntelliJ then has a great feature that allows you to easily browse all "TODO" items. Unfortunately the real TODO's are currently very hard to find, as they are "hidden" by all the Javadoc items.
I would suggest that we instead of TODO write JAVADOC in the file header. This makes it easier to find the real TODO's, and also makes it possible (at least in IntelliJ) to make a filter for all JAVADOC tags. WDYT? /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

