Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/
DKey.java52 private final AnnotationStrategy annotationStrategy;
121 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()
303 interface AnnotationStrategy { interface in Key
310 AnnotationStrategy withoutAttributes(); in withoutAttributes()
314 static AnnotationStrategy strategyFor(Annotation annotation) { in strategyFor()
328 static AnnotationStrategy strategyFor(Class<? extends Annotation> annotationType) { in strategyFor()
354 static enum NullAnnotationStrategy implements AnnotationStrategy {
363 public AnnotationStrategy withoutAttributes() { in withoutAttributes()
[all …]