JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
com.google.inject
Annotation Type Provides
@Documented
@Target
(
value
=
METHOD
)
@Retention
(
value
=
RUNTIME
) public @interface
Provides
Annotates methods of a
Module
to create a provider method binding. The method's return type is bound to it's returned value. Guice will pass dependencies to the method as parameters.
Since:
2.0
Author:
crazybob@google.com (Bob Lee)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element