In Spring, if I want to have one set of objects for production, and another for local development/testing. I could use the @Profile annotation to designate the diff
@Profile