public interface Configuration
Configuration to be used for instantiating an object.
Configurations should ideally not link to complex objects created during the
runtime of the application (such as connections to SQL drivers). Instead,
they should contain only simple types (such as Strings and
Maps.).
For complex, run-time dependencies use Dependencies instead.
Copyright © 2018. All rights reserved.