101102103104105106107108
{ return (AnnotatedBindingBuilder<T>) method.invoke(module, clazz); } catch (Exception e) { throw new ShouldNotBite("Could not invoke the bind method of the module", e); } }