You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Currently if the parameter in the constructor is null, it is still assigned to
the related property.
In a patch to collection-setter-injector plugin (issue 13), list properties can
now be instantiated with an empty ArrayList.
Thus, it would be nice if the value-constructor does not replace the default
instantiated empty list with null if the it is passed in the constructor's
parameters.