ConfigJSR
ConfigJSR copied to clipboard
Type-based (composed) configuration
relates to #12
I think that using POJOs is bringing too much complexity - we would have to either inject into private fields (not a good idea) or into constructors - in either case we have to duplicate work usually done by CDI. I would prefer support for Interfaces, where we can handle configuration through a proxy.