public interface Injectable
There are several injectable elements in the web beans container;
InjectableConstructor,
InjectableField,
InjectableMethods,
AbstractInjectable| Modifier and Type | Method and Description |
|---|---|
Object |
doInjection()
Responsible for injecting the owner required injected component
instances.
|
Object doInjection()
InjectableConstructor.doInjection() returns a new web bean
component instance.
Each injetable elements parameters, web beans component instances, are resolved using the resolution type algorithm.
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.