I found Java: Find all callers of a method – get all methods that call a particular method that gives a hint on how to find all the callers of a specific method.
The
You need to use JDT Core SearchEngine API for finding (references of) java elements.