Searched defs:scopeExceptions (Results 1 – 3 of 3) sorted by relevance
52 private final boolean scopeExceptions; field in CheckedProviderMethod63 boolean scopeExceptions) { in CheckedProviderMethod()
51 boolean scopeExceptions() default true; in scopeExceptions() method
144 private boolean scopeExceptions = true; field in ThrowingProviderBinder.SecondaryBinder188 public SecondaryBinder<P, T> scopeExceptions(boolean scopeExceptions) { in scopeExceptions() argument