Searched refs:ProvidesIntoOptional (Results 1 – 3 of 3) sorted by relevance
32 import com.google.inject.multibindings.ProvidesIntoOptional.Type;139 @ProvidesIntoOptional(ProvidesIntoOptional.Type.DEFAULT) in testAnnotation()145 @ProvidesIntoOptional(ProvidesIntoOptional.Type.ACTUAL) in testAnnotation()151 @ProvidesIntoOptional(ProvidesIntoOptional.Type.DEFAULT) in testAnnotation()157 @ProvidesIntoOptional(ProvidesIntoOptional.Type.ACTUAL) in testAnnotation()364 @ProvidesIntoOptional(Type.ACTUAL) in testProvidesIntoOptionalWithMapKey()
26 import com.google.inject.multibindings.ProvidesIntoOptional;46 Provides.class, ProvidesIntoSet.class, ProvidesIntoMap.class, ProvidesIntoOptional.class);86 } else if (annotation instanceof ProvidesIntoOptional) { in prepareMethod()90 switch (((ProvidesIntoOptional) annotation).value()) { in prepareMethod()
50 public @interface ProvidesIntoOptional { annotation