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

Solution 1:

Do you mean {@value #STATIC_FIELD}?