Generate interface from solid class file in Eclipse

Viewed 21150

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

1 Answers

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

enter image description here

Related