How do I create custom javadoc tags such as @pre / @post? I found some links that explain it but I haven\'t had luck with them. These are some of the links:
http://w
If you want multiple, do something like javadoc -tag pre -tag post -tag invariant where it asks for command line arguments. Don't use the html stuff
javadoc -tag pre -tag post -tag invariant