Searched defs:annotatedWith (Results 1 – 8 of 8) sorted by relevance
30 void annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith() method33 void annotatedWith(Annotation annotation); in annotatedWith() method
29 LinkedBindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith() method32 LinkedBindingBuilder<T> annotatedWith(Annotation annotation); in annotatedWith() method
29 ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType); in annotatedWith() method32 ConstantBindingBuilder annotatedWith(Annotation annotation); in annotatedWith() method
44 public void annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in ExposureBuilder51 public void annotatedWith(Annotation annotation) { in annotatedWith() method in ExposureBuilder
43 public ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in ConstantBindingBuilderImpl49 public ConstantBindingBuilder annotatedWith(Annotation annotation) { in annotatedWith() method in ConstantBindingBuilderImpl
50 public BindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in BindingBuilder56 public BindingBuilder<T> annotatedWith(Annotation annotation) { in annotatedWith() method in BindingBuilder
166 public SecondaryBinder<P, T> annotatedWith(Class<? extends Annotation> annotationType) { in annotatedWith() method in ThrowingProviderBinder.SecondaryBinder174 public SecondaryBinder<P, T> annotatedWith(Annotation annotation) { in annotatedWith() method in ThrowingProviderBinder.SecondaryBinder
106 public static Matcher<AnnotatedElement> annotatedWith( in annotatedWith() method in Matchers145 public static Matcher<AnnotatedElement> annotatedWith(final Annotation annotation) { in annotatedWith() method in Matchers