// This rule specifies whether you want to
have
// JavaDoc tag order enforced.
// The order given by Sun is:
/**
* @author n-times
* @version __0.98.1__
* @param n-times
* @return 0..1-times
* @throws n-times
* @see n-times
* @serial n-times
* @deprecated 0..1-times
*/
// for more informations goto
// http://java.sun.com/j2se/javadoc/writingdoccomments/index.html