Searched refs:ProvidesIntoSet (Results 1 – 3 of 3) sorted by relevance
53 @ProvidesIntoSet in testAnnotation()57 @ProvidesIntoSet in testAnnotation()61 @ProvidesIntoSet in testAnnotation()65 @ProvidesIntoSet in testAnnotation()69 @ProvidesIntoSet in testAnnotation()72 @ProvidesIntoSet in testAnnotation()204 @ProvidesIntoSet String provideFoo() { return "foo"; } in testDoubleScannerIsIgnored()275 @ProvidesIntoSet @TestEnumKey(TestEnum.A) String provideFoo() { return "foo"; } in testProvidesIntoSetWithMapKey()
52 public @interface ProvidesIntoSet { annotation
73 ProvidesIntoSet.class, ProvidesIntoMap.class, ProvidesIntoOptional.class);82 if (annotation instanceof ProvidesIntoSet) {