HomeSort by relevance Sort by last modified time
    Searched refs:ThrowingInject (Results 1 - 3 of 3) sorted by null

  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
ThrowingInject.java 34 * where CustomerImpl has a constructor annotated with ThrowingInject.
42 public @interface ThrowingInject {
CheckedProvideUtils.java 39 "Classes must have either one (and only one) constructor annotated with @ThrowingInject.";
49 if (constructor.isAnnotationPresent(ThrowingInject.class)) {
51 errors.addMessage("%s has more than one constructor annotated with @ThrowingInject. "
  /external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
CheckedProviderTest.java 659 @ThrowingInject public DependentMockFoo(String foo, int bar) {
709 @ThrowingInject
739 @ThrowingInject
905 @ThrowingInject
    [all...]

Completed in 84 milliseconds