Skip to content

Instantly share code, notes, and snippets.

@babedev
Last active January 5, 2017 09:00
Show Gist options
  • Save babedev/af6df73295e2ebac33959fdb8598697e to your computer and use it in GitHub Desktop.
Save babedev/af6df73295e2ebac33959fdb8598697e to your computer and use it in GitHub Desktop.
public static void main(String[] args) throws IOException {
MvpPoet poet = new MvpPoet("com.babedev.javapoetcodelab", "Sample");
poet.generateMvp();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment