Searched refs:AnnotatedWith (Results 1 – 1 of 1) sorted by relevance
147 return new AnnotatedWith(annotation); in annotatedWith()150 private static class AnnotatedWith extends AbstractMatcher<AnnotatedElement> class in Matchers154 public AnnotatedWith(Annotation annotation) { in AnnotatedWith() method in Matchers.AnnotatedWith165 return other instanceof AnnotatedWith in equals()166 && ((AnnotatedWith) other).annotation.equals(annotation); in equals()