public class

Jsr330

extends Object
java.lang.Object
   ↳ com.google.inject.util.Jsr330

Class Overview

Utility methods for use with JSR 330.

Summary

Public Methods
static <T> Provider<T> guicify( provider)
Returns a Guice-friendly com.google.inject.Provider for the given JSR-330 javax.inject.Provider.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Provider<T> guicify ( provider)

Returns a Guice-friendly com.google.inject.Provider for the given JSR-330 javax.inject.Provider. The converse method is unnecessary, since Guice providers directly implement the JSR-330 interface.