|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface Injectable
A resource that can be injected into a component might optionally want to be notified of such injection. This can be useful to track usage or to set up a notification mechanism for change happening in the injected resource.
Method Summary | |
---|---|
void |
injectedInto(Object target)
Deprecated. notification of injection into a component |
Method Detail |
---|
void injectedInto(Object target)
target
- the component in which we are injected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |