org.jvnet.hk2.component
Interface InjectionPoint


Deprecated.

@Deprecated
public interface InjectionPoint

Used to describe the injection point and context of the injection.

Author:
Jeff Trent
See Also:
ContextualFactory

Method Summary
 AnnotatedElement getAnnotatedElement()
          Deprecated. The member being injected
 Object getComponent()
          Deprecated. The component instance being injected
 Inhabitant<?> getInhabitant()
          Deprecated. The inhabitant on behalf of the component being injected.
 javax.inject.Inject getInject()
          Deprecated. The inject annotation (provided for convenience) to get name and/or optional flag, etc.
 Class<?> getType()
          Deprecated. The type of the field that needs to be injected
 

Method Detail

getComponent

Object getComponent()
Deprecated. 
The component instance being injected


getAnnotatedElement

AnnotatedElement getAnnotatedElement()
Deprecated. 
The member being injected


getType

Class<?> getType()
Deprecated. 
The type of the field that needs to be injected


getInject

javax.inject.Inject getInject()
Deprecated. 
The inject annotation (provided for convenience) to get name and/or optional flag, etc.


getInhabitant

Inhabitant<?> getInhabitant()
Deprecated. 
The inhabitant on behalf of the component being injected. WARNING: DO NOT ATTEMPT TO ACTIVATE - this will cause a stack fault.



Copyright © 2013 Oracle Corporation. All Rights Reserved.