Skip to content

Instantly share code, notes, and snippets.

@sinujohn
Created September 4, 2014 06:29
Show Gist options
  • Save sinujohn/512ca43414bcfc9d6609 to your computer and use it in GitHub Desktop.
Save sinujohn/512ca43414bcfc9d6609 to your computer and use it in GitHub Desktop.
@Bean
public MyClass myClassBean() {
return MyClassFactory.getInstance("param1").getInstance("param2");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment