Searched defs:annotationStrategy (Results 1 – 1 of 1) sorted by relevance
52 private final AnnotationStrategy annotationStrategy; field in Key121 private Key(Type type, AnnotationStrategy annotationStrategy) { in Key()128 private Key(TypeLiteral<T> typeLiteral, AnnotationStrategy annotationStrategy) { in Key()208 static <T> Key<T> get(Class<T> type, AnnotationStrategy annotationStrategy) { in get()