com.google.inject
Class Scopes

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

public class Scopes
extends java.lang.Object

Built in scope implementations.

Author:
crazybob@google.com (Bob Lee)

Field Summary
static Scope SINGLETON
          One instance per Injector.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static final Scope SINGLETON
One instance per Injector. Also see @Singleton.



Copyright © {inceptionYear}-2008 null. All Rights Reserved.