Home
last modified time | relevance | path

Searched refs:AnnotatedWithType (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/src/com/google/inject/matcher/
DMatchers.java109 return new AnnotatedWithType(annotationType); in annotatedWith()
112 private static class AnnotatedWithType extends AbstractMatcher<AnnotatedElement> class in Matchers
116 public AnnotatedWithType(Class<? extends Annotation> annotationType) { in AnnotatedWithType() method in Matchers.AnnotatedWithType
126 return other instanceof AnnotatedWithType in equals()
127 && ((AnnotatedWithType) other).annotationType.equals(annotationType); in equals()