note icon indicating copy to clipboard operation
note copied to clipboard

JSL 规范关键字顺序, static 在 final 前

Open Yhzhtk opened this issue 10 years ago • 0 comments

JSL(The Java® Language Specification) JAVA语言规范中建议的关键字顺序

  1. public
  2. protected
  3. private
  4. abstract
  5. static
  6. final
  7. transient
  8. volatile
  9. synchronized
  10. native
  11. strictfp

可以看出,static 在 final 前。

Yhzhtk avatar Jan 20 '15 09:01 Yhzhtk