org.glassfish.hk2
Interface Context


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()
          The injection point information.
 

Method Detail

getInjectionPoint

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



Copyright © 2011 Oracle Corporation. All Rights Reserved.