org.glassfish.hk2
Interface Context


Deprecated.

@Deprecated
public interface Context

Used by Binding to describe how the Binding's Provider will be used.

Author:
Jerome Dochez, Jeff Trent, Mason Taube

Method Summary
 InjectionPoint getInjectionPoint()
          Deprecated. The injection point information.
 

Method Detail

getInjectionPoint

InjectionPoint getInjectionPoint()
Deprecated. 
The injection point information. If non-null, the Binding's ComponentProvider will be used to satisfy injection resolution.



Copyright © 2013 Oracle Corporation. All Rights Reserved.