Skip to content

Instantly share code, notes, and snippets.

@johncarl81
Created April 7, 2016 17:31
Show Gist options
  • Save johncarl81/210a94590ab19e17fecf7ba6ed10e445 to your computer and use it in GitHub Desktop.
Save johncarl81/210a94590ab19e17fecf7ba6ed10e445 to your computer and use it in GitHub Desktop.
@Factory
public insterface ZumperApiUtilFactory {
ZumperApiUtil get();
}
//usage:
ZumperApiUtil util = Factories.get(ZumperApiUtilFactory.class).get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment