replace codi config interfaces with the default implementation
--------------------------------------------------------------
Key: EXTCDI-99
URL: https://issues.apache.org/jira/browse/EXTCDI-99
Project: MyFaces CODI
Issue Type: Improvement
Components: Core, JEE-JSF12-Module, JEE-JSF20-Module
Affects Versions: 0.9.1
Reporter: Gerhard Petracek
in this special case it's easier for users to extend a class which is in the
api module instead of implementing an interface + copying most default values.
(the alternative would be a dependency to the impl. module)
instead of providing an abstract implementation we can use the default
implementation in the api module.
with @Alternative and/or @Specializes cdi allows to provide a customized
implementation with custom values (and without copying most of the default
values).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.