Skip to content

Instantly share code, notes, and snippets.

@tfm
Created March 25, 2013 14:54
Show Gist options
  • Save tfm/5237673 to your computer and use it in GitHub Desktop.
Save tfm/5237673 to your computer and use it in GitHub Desktop.
@Configuration
public class MyConfiguration {
@Bean
public MyBean myBean() {
return new DefaultMyBean();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment