Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
M1
-
None
-
None
Description
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.
Attachments
Issue Links
- is cloned by
-
OWB-52 Support for @Obtains via Instance interface
- Closed