OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotExceptionScoping
(Results
1 - 2
of
2
) sorted by null
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
ThrowingProviderTest.java
61
@interface
NotExceptionScoping
{ };
76
.annotatedWith(
NotExceptionScoping
.class)
97
@
NotExceptionScoping
134
tValuesScoped(bindInjector,
NotExceptionScoping
.class);
138
tValuesScoped(providesInjector,
NotExceptionScoping
.class);
197
injector.getInstance(Key.get(remoteProviderOfString,
NotExceptionScoping
.class));
CheckedProviderTest.java
73
@interface
NotExceptionScoping
{ };
108
.annotatedWith(
NotExceptionScoping
.class)
132
@
NotExceptionScoping
150
.annotatedWith(
NotExceptionScoping
.class)
194
tValuesScoped(bindInjector,
NotExceptionScoping
.class);
198
tValuesScoped(providesInjector,
NotExceptionScoping
.class);
278
injector.getInstance(Key.get(remoteProviderOfFoo,
NotExceptionScoping
.class));
[
all
...]
Completed in 42 milliseconds