Google Guice で @Qualifier 使ったインジェクション

メモ
Google GuiceCDI の @Qualifier を使っているクラスをインジェクションする場合は、BindingAnnotations と同じ扱いでOK。
BindingAnnotations - google-guice - Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5 and above, brought to you by Google. - Google Project Hosting
.annotatedWith を付けてあげてインジェクションします。

Guice なのに @BindingAnnotation ではなくて、@Qualifier なのかは気にしない方向で。