org.glassfish.hk2
Interface ResolvedBinder<T>


public interface ResolvedBinder<T>

This contract is used to apply scope to an otherwise described / resolved Binder.

Author:
Jerome Dochez, Jeff Trent
See Also:
NamedBinder

Method Summary
 void in(java.lang.Class<? extends Scope> scope)
          Ascribe a scope to this Binder, terminating the builder-like process.
 

Method Detail

in

void in(java.lang.Class<? extends Scope> scope)
Ascribe a scope to this Binder, terminating the builder-like process.

Parameters:
scope - the scope to apply


Copyright © 2011 Oracle Corporation. All Rights Reserved.