note
note copied to clipboard
JSL 规范关键字顺序, static 在 final 前
JSL(The Java® Language Specification) JAVA语言规范中建议的关键字顺序
- public
- protected
- private
- abstract
- static
- final
- transient
- volatile
- synchronized
- native
- strictfp
可以看出,static 在 final 前。