Interface BindingGenerator<T>

All Known Implementing Classes:
ReflectionUtils.TemplatedProviderGenerator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BindingGenerator<T>
This is a function that can try to generate a missing dependency binding when Injector compiles the final binding graph trie.

An example of such function could be the injection DSL.

See Also: