Searched refs:allowsNull (Results 1 – 4 of 4) sorted by relevance
/external/guice/core/src/com/google/inject/internal/ |
D | Nullability.java | 39 public static boolean allowsNull(Annotation[] annotations) { in allowsNull() method in Nullability
|
/external/guice/core/src/com/google/inject/spi/ |
D | InjectionPoint.java | 103 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/ |
D | DependencyRequest.java | 314 boolean allowsNull = !kindAndType.kind().equals(Kind.INSTANCE) in newDependencyRequest() 321 allowsNull, in newDependencyRequest()
|
/external/testng/lib-supplied/ |
D | guice-2.0.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
NOTICE
org/
org/testng/
... |