Package com.google.inject
Interface Key.AnnotationStrategy
- All Known Implementing Classes:
Key.AnnotationInstanceStrategy
,Key.AnnotationTypeStrategy
,Key.NullAnnotationStrategy
static interface Key.AnnotationStrategy
-
Method Summary
-
Method Details
-
getAnnotation
Annotation getAnnotation() -
getAnnotationType
Class<? extends Annotation> getAnnotationType() -
hasAttributes
boolean hasAttributes() -
withoutAttributes
Key.AnnotationStrategy withoutAttributes()
-