bindCustomFactory<T, TArgs> method

ResolvingContext<CustomFactory<T, TArgs>> bindCustomFactory<T, TArgs>()

Helper method to convenient create custom factory

Implementation

ResolvingContext<CustomFactory<T, TArgs>> bindCustomFactory<T, TArgs>() {
  return this.bind<CustomFactory<T, TArgs>>();
}