Searched refs:AnnotatedWithType (Results 1 – 1 of 1) sorted by relevance
108 return new AnnotatedWithType(annotationType); in annotatedWith()111 private static class AnnotatedWithType extends AbstractMatcher<AnnotatedElement> class in Matchers115 public AnnotatedWithType(Class<? extends Annotation> annotationType) { in AnnotatedWithType() method in Matchers.AnnotatedWithType127 return other instanceof AnnotatedWithType in equals()128 && ((AnnotatedWithType) other).annotationType.equals(annotationType); in equals()