Searched defs:allowsNull (Results 1 – 2 of 2) sorted by relevance
39 public static boolean allowsNull(Annotation[] annotations) { in allowsNull() method in Nullability
132 private <T> Dependency<T> newDependency(Key<T> key, boolean allowsNull, int parameterIndex) { in newDependency()