|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface InjectionPoint
Used to describe the injection point and context of the injection.
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 |
---|
Object getComponent()
AnnotatedElement getAnnotatedElement()
Class<?> getType()
javax.inject.Inject getInject()
Inhabitant<?> getInhabitant()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |