Is there any plugin in Eclipse that auto generates interface based on solid class/impl concrete class? Currently I hand code interfaces.
Eclipse
interface
class
Just choose Extract Interface... from the Refactor menu.
Refactor