Searched refs:AnnotationTypeStrategy (Results 1 – 1 of 1) sorted by relevance
321 return new AnnotationTypeStrategy(annotationType, annotation); in strategyFor()337 return new AnnotationTypeStrategy(annotationType, null); in strategyFor()399 return new AnnotationTypeStrategy(getAnnotationType(), annotation); in withoutAttributes()433 static class AnnotationTypeStrategy implements AnnotationStrategy { class in Key440 AnnotationTypeStrategy(Class<? extends Annotation> annotationType, Annotation annotation) { in AnnotationTypeStrategy() method in Key.AnnotationTypeStrategy467 if (!(o instanceof AnnotationTypeStrategy)) { in equals()471 AnnotationTypeStrategy other = (AnnotationTypeStrategy) o; in equals()