Generate interface from solid class file in Eclipse

Is there any plugin in Eclipse that auto generates interface based on solid class/impl concrete class?
Currently I hand code interfaces.


Solution 1:

Just choose Extract Interface... from the Refactor menu.

enter image description here