Is it possible to create a list of notes from a custom defined tag using JavaDoc? I have a business rules I want to flag throughout the code and it really doesn't fall under any of the existing tags that I know of. I suppose if there was a tag that did something similar to:
@note logic - You can only have twelve widgets in this container
It's sort of reverse documentation of constraints or requirements, and I'd like to document these because they weren't necessarily part of the original spec. One reason I'd like to document it in the source code is that the source code never seems to get lost, while the design spec, well... (not to mention nobody seems to read them)