Home
last modified time | relevance | path

Searched refs:ArrayWrappedKey (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/guice/core/test/com/google/inject/multibindings/
H A DProvidesIntoTest.java284 @interface ArrayWrappedKey { annotation in ProvidesIntoTest
289 @ArrayWrappedKey(number = {1, 2})
293 @ArrayWrappedKey(number = {3, 4})
296 ArrayWrappedKey arrayWrappedKeyFor(int number) throws Exception { in arrayWrappedKeyFor()
308 return field.getAnnotation(ArrayWrappedKey.class); in arrayWrappedKeyFor()
316 @ArrayWrappedKey(number = {1, 2}) in testArrayKeys_unwrapValuesFalse()
322 @ArrayWrappedKey(number = {3, 4}) in testArrayKeys_unwrapValuesFalse()
328 Map<ArrayWrappedKey, String> map = in testArrayKeys_unwrapValuesFalse()
329 injector.getInstance(new Key<Map<ArrayWrappedKey, String>>() {}); in testArrayKeys_unwrapValuesFalse()
330 ArrayWrappedKey key12 = arrayWrappedKeyFor(12); in testArrayKeys_unwrapValuesFalse()
[all …]