Home
last modified time | relevance | path

Searched refs:allowsNull (Results 1 – 3 of 3) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DNullability.java39 public static boolean allowsNull(Annotation[] annotations) { in allowsNull() method in Nullability
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java103 newDependency(key, Nullability.allowsNull(annotations), -1)); in InjectionPoint()
118 dependencies.add(newDependency(key, Nullability.allowsNull(parameterAnnotations), index)); in forMember()
132 private <T> Dependency<T> newDependency(Key<T> key, boolean allowsNull, int parameterIndex) { in newDependency() argument
133 return new Dependency<T>(this, key, allowsNull, parameterIndex); in newDependency()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DDependencyRequest.java314 boolean allowsNull = !kindAndType.kind().equals(Kind.INSTANCE) in newDependencyRequest()
321 allowsNull, in newDependencyRequest()