Tag Archives: Google

Google Guice AssistedInject example in Groovy

If you are using Google Guice to manage your object dependencies then you may find a situation where you have a constructor that has parameters required from Guice and some parameters from the calling code. For example, suppose you are creating a Book which requires a BookService and a name when it is created: class [...]
Posted in Groovy | Also tagged , , | Comments closed