Buildenator
Buildenator copied to clipboard
Add possibility to select a strategy about how to deal with multiple constructors
Issue: When a class has more than one constructor, which one should be chosen to construct the object?
Solution:
- Constructor selection strategies
- By default, constructor with the longest numbers of parameters will be taken.