Using JavaDoc, how can I reference the value of a final static field in the class?
I want the ??? in this example replaced by the value of the field S
???
S
Do you mean {@value #STATIC_FIELD}?
{@value #STATIC_FIELD}