How to add a Constant value on Javadoc? | Oracle Community
Yes, that is possible using {@value}. See [http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#{@value}].However, I think referencing the constant using {@link} is much better than referencing the constant value.
Read full article from How to add a Constant value on Javadoc? | Oracle Community
No comments:
Post a Comment