How can I reference the value of a final static field in the class?

前端 未结 1 927
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-31 06:48

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

1条回答
  •  执念已碎
    2021-01-31 07:10

    Do you mean {@value #STATIC_FIELD}?

    0 讨论(0)
提交回复
热议问题