org.glassfish.hk2
Class Scope

java.lang.Object
  extended by org.glassfish.hk2.Scope

@Contract
public abstract class Scope
extends java.lang.Object


Constructor Summary
Scope()
           
 
Method Summary
abstract  ScopeInstance current()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scope

public Scope()
Method Detail

current

public abstract ScopeInstance current()


Copyright © 2011 Oracle Corporation. All Rights Reserved.