Skip to content

Instantly share code, notes, and snippets.

@searls
Created October 23, 2010 20:04
Show Gist options
  • Save searls/642631 to your computer and use it in GitHub Desktop.
Save searls/642631 to your computer and use it in GitHub Desktop.
public class ShardsOGlassSalesman {
private BoxOfGlassPops boxOfGlassPops;
...
@Autowired
public void setBoxOfGlassPops(BoxOfGlassPops boxOfGlassPops) {
this.boxOfGlassPops = boxOfGlassPops;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment