Skip to content

Instantly share code, notes, and snippets.

@sinujohn
Created September 4, 2014 06:28
Show Gist options
  • Save sinujohn/96f6480a4120989dfa7f to your computer and use it in GitHub Desktop.
Save sinujohn/96f6480a4120989dfa7f to your computer and use it in GitHub Desktop.
BeanDefinitionBuilder.genericBeanDefinition(MyClass.class)
.addConstructorArgValue("param1")
.addConstructorArgValue("param2")
.addConstructorArgValue("param3")
.addConstructorArgValue("param4")
.getBeanDefinition()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment