Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/matcher/
DMatchers.java112 private static class AnnotatedWithType extends AbstractMatcher<AnnotatedElement> class in Matchers
116 public AnnotatedWithType(Class<? extends Annotation> annotationType) { in AnnotatedWithType() method in Matchers.AnnotatedWithType