org.jvnet.hk2.component
Class Scope

java.lang.Object
  extended by org.jvnet.hk2.component.Scope
Direct Known Subclasses:
PerLookup, Singleton

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

Author:
Kohsuke Kawaguchi
See Also:
Scoped.value()

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.