Yahya Bayramoğlu
Yahya Bayramoğlu
Having default and fallback values are different creates some problem for us that in order to solve we need to do some workaround :) **Problem:** We have ["Error unmarshaling return...
Generated code seems to ignore given instance for the dependency source while using ScopeFactory with a single unused dependency and tries to create the instance directly. **Library version**: 0.3.3-SNAPSHOT **Repro...
This proposal is to have some sort of [AssistedInjection](https://github.com/square/AssistedInject) support for Motif. Motif already has an API for factory implementation to create child Scope with given dynamic variables, but it...
In XingApi we need a `newBuilder` pattern implemented, so that if someone needs to clone and change some fields, or add extra fields, they can call `newBuilder` which returns a...