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/
DAnnotatedConstantBindingBuilder.java31 ConstantBindingBuilder annotatedWith( in annotatedWith() method
37 ConstantBindingBuilder annotatedWith(Annotation annotation); in annotatedWith() method
DAnnotatedElementBuilder.java32 void annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith() method
37 void annotatedWith(Annotation annotation); in annotatedWith() method
DAnnotatedBindingBuilder.java31 LinkedBindingBuilder<T> annotatedWith( in annotatedWith() method
37 LinkedBindingBuilder<T> annotatedWith(Annotation annotation); in annotatedWith() method
/external/guice/core/src/com/google/inject/internal/
DExposureBuilder.java46 public void annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in ExposureBuilder
52 public void annotatedWith(Annotation annotation) { in annotatedWith() method in ExposureBuilder
DConstantBindingBuilderImpl.java44 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
55 public BindingBuilder<T> annotatedWith(Annotation annotation) { in annotatedWith() method in BindingBuilder
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DThrowingProviderBinder.java171 public SecondaryBinder<P, T> annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in ThrowingProviderBinder.SecondaryBinder
179 public SecondaryBinder<P, T> annotatedWith(Annotation annotation) { in annotatedWith() method in ThrowingProviderBinder.SecondaryBinder
/external/guice/core/src/com/google/inject/matcher/
DMatchers.java107 public static Matcher<AnnotatedElement> annotatedWith( in annotatedWith() method in Matchers
145 public static Matcher<AnnotatedElement> annotatedWith( in annotatedWith() method in Matchers