com.google.inject
Annotation Type Provides


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Provides

Annotates methods which can be used as providers. Guice will pass dependencies to the method as parameters.