HomeSort by relevance Sort by last modified time
    Searched defs:cxtor (Results 1 - 4 of 4) sorted by null

  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProvideUtils.java 47 Constructor<?> cxtor = null; local
50 if (cxtor != null) {
55 cxtor = constructor;
57 errors, cxtor, ((AnnotatedElement) cxtor).getAnnotations());
59 errors.misplacedBindingAnnotation(cxtor, misplacedBindingAnnotation);
64 if (cxtor == null) {
72 return (Constructor<? extends T>) cxtor;
ThrowingProviderBinder.java 214 @SuppressWarnings("unchecked") // safe because this is the cxtor of the literal
217 Constructor<? extends T> cxtor = local
222 // If we found an injection point, then bind the cxtor to a unique key
223 if (cxtor != null) {
226 binder, cxtorLiteral.getExceptionTypes(cxtor), exceptionTypes, interfaceType);
229 binder.bind(typeKey).toConstructor((Constructor) cxtor).in(Scopes.NO_SCOPE);
237 // Create a CheckedProvider that calls our cxtor
  /external/guice/core/test/com/google/inject/
DuplicateBindingsTest.java 50 private Constructor<FooImpl> cFoo = FooImpl.cxtor();
161 (Class)BarProvider.class, (Class)Bar.class, (Constructor)Bar.cxtor())
503 private static Constructor<FooImpl> cxtor() { method in class:DuplicateBindingsTest.FooImpl
522 private static Constructor<Bar> cxtor() { method in class:DuplicateBindingsTest.Bar
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 

Completed in 397 milliseconds