Is there any plugin in Eclipse
that auto generates interface
based on solid class/impl concrete class
?
Currently I hand code interfaces.
Asked
Active
Viewed 2.1k times
51

Ahmed Nabil
- 17,392
- 11
- 61
- 88

cometta
- 35,071
- 77
- 215
- 324
1 Answers
80

Ahmed Nabil
- 17,392
- 11
- 61
- 88

Carl Manaster
- 39,912
- 17
- 102
- 155
-
2Works better if you set all methods you want to be generated in the interfaces as non-static... (I had this problem) – olivervbk Mar 10 '15 at 13:17
-
This breaks if I'm using eclipse. Any ideas on how to fix that? – kapad Aug 05 '15 at 13:27
-
Worked for me in Eclipse - I had forgotten how to do it/where to find it – JGlass May 09 '18 at 15:30