Eclipse with Lombok - search for getter and setter usages
You can use the Outline view:
Right-click on the method in the Outline view, and use "Open Call Hierarchy".
An other way to do it is to right-click on the annotation (@Setter
for instance), and use "Open Call Hierarchy" on it, but it may not work with some annotations (like @Data
).