The problem is that, there're two much setters and getters messing up the source code editor, I have to scroll up and down and distinguish where are the demarcation of the business methods. Is there a plugin that I can hide or fold setters and getters?
I know there're some libraries can eliminate setters and getters by using annotations or AOP techniques, this is not allowed in my project.