Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/
DKey.java321 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 Key
440 AnnotationTypeStrategy(Class<? extends Annotation> annotationType, Annotation annotation) { in AnnotationTypeStrategy() method in Key.AnnotationTypeStrategy
467 if (!(o instanceof AnnotationTypeStrategy)) { in equals()
471 AnnotationTypeStrategy other = (AnnotationTypeStrategy) o; in equals()