com.google.inject
Class Scopes

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

public class Scopes
extends Object

Built in scope implementations.


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 2007 Google Inc. All Rights Reserved.