The problem here is that domain objects don't know anything about Guice, so there is no elegant way to inject the properties there.
One thing that comes to my mind is to pass the context (or even the injector) as an argument to the `build()` method, but that breaks the "common pattern" that is used to build the rest of the domain objects. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/46#issuecomment-27283332
