51

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

Ahmed Nabil
  • 17,392
  • 11
  • 61
  • 88
cometta
  • 35,071
  • 77
  • 215
  • 324

1 Answers1

80

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

enter image description here

Ahmed Nabil
  • 17,392
  • 11
  • 61
  • 88
Carl Manaster
  • 39,912
  • 17
  • 102
  • 155