Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

Wiki Markup
At the same time, the use of {{static-final}} modifiers should not be abused. According to the Java Language Specification \[[JLS 2005|AA. Java References#JLSBibliography#JLS 05]\], Section 13.4.9, "{{final}} Fields and Constants" 

...

Wiki Markup
*DCL04-EX1*: According to the Java Language Specification \[[JLS 2005|AA. Java References#JLSBibliography#JLS 05]\], Section 9.3 "Field (Constant) Declarations": "Every field declaration in the body of an interface is implicitly {{public}}, {{static}}, and {{final}}. It is permitted to redundantly specify any or all of these modifiers for such fields."

...

Wiki Markup
\[[JLS 2005|AA. Java References#JLSBibliography#JLS 05]\] "13.4.9 final Fields and Constants", "9.3 Field (Constant) Declarations", "4.12.4 final Variables", "8.3.1.1 static Fields"

...