Oliver Heger created CONFIGURATION-514:
------------------------------------------
Summary: Add support for constructor invocation in bean
declarations
Key: CONFIGURATION-514
URL: https://issues.apache.org/jira/browse/CONFIGURATION-514
Project: Commons Configuration
Issue Type: New Feature
Affects Versions: 1.9
Reporter: Oliver Heger
Currently it is possible to declare simple beans in configuration files. These
beans are created using a standard constructor; then properties can be set.
This functionality is used internally (mainly by
{{DefaultConfigurationBuilder}}), but is provided to client code as well.
When the library design goes more in the direction of immutable objects it will
be necessary to support constructor invocation as well. I expect that this will
be required for a new version of {{DefaultConfigurationBuilder}}, so it makes
sense to implement this feature.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira