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


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.

Reply via email to