Use custom tags,
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#tag
I use pre and post tags as below
/**
* Method description
*
* @pre
* @post
* @param
* @return
*/
Hope it helps