I see that class has some comments regarding this.

 @SuppressWarnings("unchecked") // Guice lacks support for template type 
literals.
  @Inject
  public AdsServiceClientFactory(
      @SuppressWarnings("rawtypes") /* Guice lacks support for template 
type literals.*/
      AdsServiceClientFactoryHelper adsServiceClientFactoryHelper) {
    this.adsServiceFactoryHelper = adsServiceClientFactoryHelper;
  }

It seems they just suppress warnings.  But this doesn't work with 4.0-beta4 
anymore.

On Saturday, March 22, 2014 11:44:29 AM UTC-6, dhoffer wrote:
>
> I'm getting the following error using 4.0-beta4 errors with Google DFP, 
> previously I was using version 3.0.  I'm not sure if this is a Guice or 
> Google DFP bug.
>
> com.google.api.ads.common.lib.factory.AdsServiceClientFactory<C, S, D> 
> cannot be used as a key; It is not fully specified.
>
> Is there a way I can work around this?
>
> -Dave
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice.
For more options, visit https://groups.google.com/d/optout.

Reply via email to