Uploaded image for project: 'MyFaces CODI'
  1. MyFaces CODI
  2. EXTCDI-53

eval producers for all config entries

    XMLWordPrintableJSON

Details

    Description

      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;

      Attachments

        Activity

          People

            Unassigned Unassigned
            gpetracek Gerhard Petracek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: