Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/matcher/
DMatchers.java147 return new AnnotatedWith(annotation); in annotatedWith()
150 private static class AnnotatedWith extends AbstractMatcher<AnnotatedElement> class in Matchers
154 public AnnotatedWith(Annotation annotation) { in AnnotatedWith() method in Matchers.AnnotatedWith
165 return other instanceof AnnotatedWith in equals()
166 && ((AnnotatedWith) other).annotation.equals(annotation); in equals()