Package com.google.inject
Interface Key.AnnotationStrategy
-
- All Known Implementing Classes:
Key.AnnotationInstanceStrategy
,Key.AnnotationTypeStrategy
,Key.NullAnnotationStrategy
static interface Key.AnnotationStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.annotation.Annotation
getAnnotation()
java.lang.Class<? extends java.lang.annotation.Annotation>
getAnnotationType()
boolean
hasAttributes()
Key.AnnotationStrategy
withoutAttributes()
-
-
-
Method Detail
-
getAnnotation
java.lang.annotation.Annotation getAnnotation()
-
getAnnotationType
java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
-
hasAttributes
boolean hasAttributes()
-
withoutAttributes
Key.AnnotationStrategy withoutAttributes()
-
-