constants in java interface and javadoc
How do I make javadoc generate constant-values.html file for constants in interfaces? I understand that constants in interfaces are public, static and final by definition. Javadoc does not seem to do anything. I even attempted inserting a {@value} in doc comments.
[271 byte] By [
natraj1a] at [2007-9-28 0:39:13]

This is a bug in 1.4.0 that was fixed in 1.4.1:Added interface constants to the Constant Field Values list. (4526070, stddoclet) http://java.sun.com/j2se/1.4.1/docs/tooldocs/javadoc/whatsnew-1.4.1.html#miscellaneous-Doug KramerJavadoc team