grouplens / grapht

Grapht dependency injector.
Other
25 stars 9 forks source link

Support DefaultProperty annotation #133

Open mdekstrand opened 9 years ago

mdekstrand commented 9 years ago

It would be nice to support a @DefaultProperty annotation that specifies a property from which to read a default value. It would take precedence over other defaults if and only if the property is defined.

Property values should be converted using joda-convert.