Home
last modified time | relevance | path

Searched defs:annotatedWith (Results 1 – 8 of 8) sorted by relevance

/external/guice/core/src/com/google/inject/binder/
DAnnotatedElementBuilder.java30 void annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith() method
33 void annotatedWith(Annotation annotation); in annotatedWith() method
DAnnotatedBindingBuilder.java29 LinkedBindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith() method
32 LinkedBindingBuilder<T> annotatedWith(Annotation annotation); in annotatedWith() method
DAnnotatedConstantBindingBuilder.java29 ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith() method
32 ConstantBindingBuilder annotatedWith(Annotation annotation); in annotatedWith() method
/external/guice/core/src/com/google/inject/internal/
DExposureBuilder.java44 public void annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in ExposureBuilder
51 public void annotatedWith(Annotation annotation) { in annotatedWith() method in ExposureBuilder
DConstantBindingBuilderImpl.java43 public ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in ConstantBindingBuilderImpl
49 public ConstantBindingBuilder annotatedWith(Annotation annotation) { in annotatedWith() method in ConstantBindingBuilderImpl
DBindingBuilder.java50 public BindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in BindingBuilder
56 public BindingBuilder<T> annotatedWith(Annotation annotation) { in annotatedWith() method in BindingBuilder
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DThrowingProviderBinder.java166 public SecondaryBinder<P, T> annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in ThrowingProviderBinder.SecondaryBinder
174 public SecondaryBinder<P, T> annotatedWith(Annotation annotation) { in annotatedWith() method in ThrowingProviderBinder.SecondaryBinder
/external/guice/core/src/com/google/inject/matcher/
DMatchers.java106 public static Matcher<AnnotatedElement> annotatedWith( in annotatedWith() method in Matchers
145 public static Matcher<AnnotatedElement> annotatedWith(final Annotation annotation) { in annotatedWith() method in Matchers