java - Extract interfaces from a class -
i want generate interface model class in eclipse/intelij
generating single class quite easy
right click --> refactor --> generate interface
but problem have 100's of classes.
is there tool/plugin or script can generate multiple interface in 1 go single package. or maven plugin so.
http://mojo.codehaus.org/gwt-maven-plugin/generateasync-mojo.html
here got plugin generate generateasync
probably fastest way write own simple application operation.
Comments
Post a Comment