Skip to content

Instantly share code, notes, and snippets.

@tuphamphuong
Created October 21, 2015 15:58
Show Gist options
  • Save tuphamphuong/7c812d79ceaea00dde28 to your computer and use it in GitHub Desktop.
Save tuphamphuong/7c812d79ceaea00dde28 to your computer and use it in GitHub Desktop.
Simple factory method in Java
public static TemplateService createTemplateService() {
return new TemplateService();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment