JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.google.inject
Singleton
Contents
Description
Hide sidebar
Show sidebar
Annotation Type Singleton
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
Singleton
Apply this to implementation classes when you want only one instance (per
Injector
) to be reused for all injections for that binding.
Author:
crazybob@google.com (Bob Lee)