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.AnnotationgetAnnotation()java.lang.Class<? extends java.lang.annotation.Annotation>getAnnotationType()booleanhasAttributes()Key.AnnotationStrategywithoutAttributes()
-
-
-
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()
-
-