5.9. Dynamic lookup, Instance and Obtains Support
-------------------------------------------------
Key: OWB-29
URL: https://issues.apache.org/jira/browse/OWB-29
Project: OpenWebBeans
Issue Type: Task
Reporter: Gurkan Erdogdu
Assignee: Gurkan Erdogdu
Getting webbeans instance via Instance interface and @Obtains annotation must
be implemented. Actually, this is easy to implement.
- Create javax.webbeans.Instance interface and implement it.
- Read @Obtains annotations on the webbeans component and create some model.
- Use Manager.getInstanceByType(Class apiType, Annotation... bindingTypes) for
getting instance.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.