...
Wiki Markup |
---|
At the same time, the use of {{static-final}} modifiers should not be abused. According to the Java Language Specification \[[JLS 052005|AA. Java References#JLS 05]\] section 13.4.9 "{{final}} Fields and Constants": |
...
Wiki Markup |
---|
*EX1*: According to the Java Language Specification \[[JLS 052005|AA. Java References#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." |
...
References
Wiki Markup |
---|
\[[JLS 052005|AA. Java References#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" |
...