[
https://issues.apache.org/jira/browse/EXTCDI-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerhard Petracek resolved EXTCDI-53.
------------------------------------
Resolution: Won't Fix
> eval producers for all config entries
> -------------------------------------
>
> Key: EXTCDI-53
> URL: https://issues.apache.org/jira/browse/EXTCDI-53
> Project: MyFaces CODI
> Issue Type: Task
> Components: Core, JEE-BV1-Module, JEE-JSF12-Module,
> JEE-JSF20-Module, JSE-Message, Trinidad Support
> Reporter: Gerhard Petracek
> Fix For: 0.9.0
>
>
> internally we are using the typesafe approach - e.g.:
> @Inject
> private ConfigResolver configResolver;
> //...
> this.configResolver.resolve(WindowContextConfig.class).getWindowContextTimeoutInMinutes();
> we have to eval the support for the following syntax for using it in an
> application:
> example:
> @Inject
> @Config(WindowContextConfig.class)
> private Integer conversationTimeoutInMinutes;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.