ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
336 stars 33 forks source link

Add default parameter support #35

Closed ipjohnson closed 8 years ago

ipjohnson commented 8 years ago

When importing into constructors it would be useful to support default parameters. That way if a parameter has a default it will be used is something can't be located.

ipjohnson commented 8 years ago

While implementing this I'll be adding a DefaultValue method to constructor & property imports

ipjohnson commented 8 years ago

This is released in version 3.1.0