Uses of Class
org.jvnet.hk2.annotations.Scoped

Packages that use Scoped
org.glassfish.hk2.scopes   
 

Uses of Scoped in org.glassfish.hk2.scopes
 

Classes in org.glassfish.hk2.scopes with annotations of type Scoped
 class PerLookup
          Scope local to each invocation.
 class PerThread
          Implementation of an HK2 Scope that will instantiate and store services per thread.
 class Singleton
          Singleton scope.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.