org.glassfish.hk2
Interface ResolvedBinder<T>


Deprecated.

@Deprecated
public interface ResolvedBinder<T>

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

Author:
Jerome Dochez, @author Jeff Trent
See Also:
NamedBinder

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

Method Detail

in

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

Parameters:
scope - the scope to apply


Copyright © 2013 Oracle Corporation. All Rights Reserved.