Searched refs:AnnotatedElementBuilder (Results 1 – 5 of 5) sorted by relevance
19 import com.google.inject.binder.AnnotatedElementBuilder;38 AnnotatedElementBuilder expose(Class<?> type); in expose()45 AnnotatedElementBuilder expose(TypeLiteral<?> type); in expose()
23 import com.google.inject.binder.AnnotatedElementBuilder;122 protected final AnnotatedElementBuilder expose(Class<?> type) { in expose()131 protected final AnnotatedElementBuilder expose(TypeLiteral<?> type) { in expose()
22 import com.google.inject.binder.AnnotatedElementBuilder;29 public class ExposureBuilder<T> implements AnnotatedElementBuilder {
27 public interface AnnotatedElementBuilder { interface
40 import com.google.inject.binder.AnnotatedElementBuilder;465 public AnnotatedElementBuilder expose(Class<?> type) { in expose()470 public AnnotatedElementBuilder expose(TypeLiteral<?> type) { in expose()474 private <T> AnnotatedElementBuilder exposeInternal(Key<T> key) { in exposeInternal()478 return new AnnotatedElementBuilder() { in exposeInternal()