Java classes are generally divided into logical \"blocks\". Is there a convention to mark these sections? Ideally, it would be supported by the major IDEs.
I personally
For IntelliJ i do like:
public void ________________INIT__________________() {};
looking pretty in file structure!