OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scopeExceptions
(Results
1 - 6
of
6
) sorted by null
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProvides.java
52
boolean
scopeExceptions
() default true;
CheckedProviderMethod.java
53
private final boolean
scopeExceptions
;
64
boolean
scopeExceptions
) {
74
this.
scopeExceptions
=
scopeExceptions
;
90
sbinder.
scopeExceptions
(
scopeExceptions
);
ThrowingProviderBinder.java
149
private boolean
scopeExceptions
= true;
190
* @param
scopeExceptions
whether exceptions should be scoped.
193
public SecondaryBinder<P, T>
scopeExceptions
(boolean
scopeExceptions
) {
194
this.
scopeExceptions
=
scopeExceptions
;
306
if (
scopeExceptions
) {
354
if (
scopeExceptions
) {
CheckedProviderMethodsModule.java
129
checkedProvides.
scopeExceptions
());
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
CheckedProviderTest.java
109
.
scopeExceptions
(false)
131
@CheckedProvides(value = RemoteProvider.class,
scopeExceptions
= false)
151
.
scopeExceptions
(false)
[
all
...]
ThrowingProviderTest.java
77
.
scopeExceptions
(false)
96
@CheckedProvides(value = RemoteProvider.class,
scopeExceptions
= false)
Completed in 161 milliseconds