|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.inject.Scopes
public class Scopes
Built in scope implementations.
Field Summary | |
---|---|
static Scope |
CONTAINER
One instance per container. |
static java.lang.String |
CONTAINER_NAME
Name of container scope. |
static Scope |
DEFAULT
The default scope, one instance per injection. |
static java.lang.String |
DEFAULT_NAME
Name of the default scope. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_NAME
public static final Scope DEFAULT
public static final java.lang.String CONTAINER_NAME
public static final Scope CONTAINER
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |