HomeSort by relevance Sort by last modified time
    Searched defs:annotatedWith (Results 1 - 17 of 17) sorted by null

  /external/guice/core/src/com/google/inject/binder/
AnnotatedBindingBuilder.java 31 LinkedBindingBuilder<T> annotatedWith(
37 LinkedBindingBuilder<T> annotatedWith(Annotation annotation);
AnnotatedConstantBindingBuilder.java 31 ConstantBindingBuilder annotatedWith(
37 ConstantBindingBuilder annotatedWith(Annotation annotation);
AnnotatedElementBuilder.java 32 void annotatedWith(Class<? extends Annotation> annotationType);
37 void annotatedWith(Annotation annotation);
  /external/guice/extensions/persist/src/com/google/inject/persist/
PersistModule.java 19 import static com.google.inject.matcher.Matchers.annotatedWith;
44 bindInterceptor(annotatedWith(Transactional.class), any(), getTransactionInterceptor());
46 bindInterceptor(any(), annotatedWith(Transactional.class), getTransactionInterceptor());
  /external/guice/core/src/com/google/inject/internal/
ExposureBuilder.java 46 public void annotatedWith(Class<? extends Annotation> annotationType) {
52 public void annotatedWith(Annotation annotation) {
BindingBuilder.java 50 public BindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType) {
55 public BindingBuilder<T> annotatedWith(Annotation annotation) {
ConstantBindingBuilderImpl.java 44 public ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType) {
49 public ConstantBindingBuilder annotatedWith(Annotation annotation) {
  /external/guice/core/test/com/google/inject/matcher/
MatcherTest.java 21 import static com.google.inject.matcher.Matchers.annotatedWith;
79 assertTrue(annotatedWith(Foo.class).matches(Bar.class));
80 assertFalse(annotatedWith(Foo.class).matches(
82 assertEquals("annotatedWith(Foo.class)", annotatedWith(Foo.class).toString());
83 assertEqualsBothWays(annotatedWith(Foo.class), annotatedWith(Foo.class));
84 assertFalse(annotatedWith(Foo.class).equals(annotatedWith(Named.class)));
87 annotatedWith(Baz.class)
    [all...]
  /external/guice/core/src/com/google/inject/matcher/
Matchers.java 107 public static Matcher<AnnotatedElement> annotatedWith(
135 return "annotatedWith(" + annotationType.getSimpleName() + ".class)";
145 public static Matcher<AnnotatedElement> annotatedWith(
147 return new AnnotatedWith(annotation);
150 private static class AnnotatedWith extends AbstractMatcher<AnnotatedElement>
154 public AnnotatedWith(Annotation annotation) {
165 return other instanceof AnnotatedWith
166 && ((AnnotatedWith) other).annotation.equals(annotation);
174 return "annotatedWith(" + annotation + ")";
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
ThrowingProviderBinder.java 171 public SecondaryBinder<P, T> annotatedWith(Class<? extends Annotation> annotationType) {
179 public SecondaryBinder<P, T> annotatedWith(Annotation annotation) {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/
reflections-0.9.10.jar 

Completed in 739 milliseconds