Although it is something that you will learn while writing, it is posted for your own memorandum.
--Basic order - static field - static initializer - static method - field - initializer - constructor - method
--Order within the above categories - public - protected - package private - private
https://future-architect.github.io/coding-standards/documents/forJava/Javaコーディング規約.html#はじめに
Recommended Posts