Uses of Class
com.google.inject.internal.ProvidesMethodScanner.AnnotationOrError
-
Packages that use ProvidesMethodScanner.AnnotationOrError Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of ProvidesMethodScanner.AnnotationOrError in com.google.inject.internal
Methods in com.google.inject.internal that return ProvidesMethodScanner.AnnotationOrError Modifier and Type Method Description private static ProvidesMethodScanner.AnnotationOrError
ProvidesMethodScanner. findMapKeyAnnotation(Binder binder, java.lang.reflect.Method method)
(package private) static ProvidesMethodScanner.AnnotationOrError
ProvidesMethodScanner.AnnotationOrError. forError()
(package private) static ProvidesMethodScanner.AnnotationOrError
ProvidesMethodScanner.AnnotationOrError. forPossiblyNullAnnotation(java.lang.annotation.Annotation annotation)
-