Searched defs:allowsNull (Results 1 – 3 of 3) sorted by relevance
38 public static boolean allowsNull(Annotation[] annotations) { in allowsNull() method in Nullability
225 boolean allowsNull() { in allowsNull() method in BoundFieldModule.BoundFieldInfo
133 private <T> Dependency<T> newDependency(Key<T> key, boolean allowsNull, int parameterIndex) { in newDependency()