com.google.inject
Class Scopes

java.lang.Object
  extended by com.google.inject.Scopes

public class Scopes
extends java.lang.Object

Scope constants.

Author:
crazybob@google.com (Bob Lee)

Field Summary
static java.lang.String CONTAINER_SCOPE
          Container scope's name.
static java.lang.String DEFAULT_SCOPE
          Default scope's name.
 
Constructor Summary
Scopes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SCOPE

public static final java.lang.String DEFAULT_SCOPE
Default scope's name. One instance per injection.

See Also:
Constant Field Values

CONTAINER_SCOPE

public static final java.lang.String CONTAINER_SCOPE
Container scope's name. One instance per Container.

See Also:
Constant Field Values
Constructor Detail

Scopes

public Scopes()