Generate interface from solid class file in Eclipse

EclipseInterfaceEclipse PluginEclipse Cdt

Eclipse Problem Overview


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

Eclipse Solutions


Solution 1 - Eclipse

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

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestioncomettaView Question on Stackoverflow
Solution 1 - EclipseCarl ManasterView Answer on Stackoverflow