Skip to content

Instantly share code, notes, and snippets.

@jayanath
Created July 30, 2012 19:57
Show Gist options
  • Save jayanath/3209627 to your computer and use it in GitHub Desktop.
Save jayanath/3209627 to your computer and use it in GitHub Desktop.
Internet Service Bean Impl
@Bean
public Internet internet() {
Internet i = new Internet();
i.setServiceName(env.getProperty("internet.service"));
return i;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment