The problem is that there’re too 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, but this is not allowed in my project.
Vote: https://bugs.eclipse.org/bugs/show_bug.cgi?id=69486