Package com.google.inject.internal
Class ProvidesMethodScanner.AnnotationOrError
java.lang.Object
com.google.inject.internal.ProvidesMethodScanner.AnnotationOrError
- Enclosing class:
- ProvidesMethodScanner
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Annotation
(package private) final boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ProvidesMethodScanner.AnnotationOrError
forError()
(package private) static ProvidesMethodScanner.AnnotationOrError
forPossiblyNullAnnotation
(Annotation annotation)
-
Field Details
-
annotation
-
error
final boolean error
-
-
Constructor Details
-
AnnotationOrError
AnnotationOrError(Annotation annotation, boolean error)
-
-
Method Details
-
forPossiblyNullAnnotation
-
forError
-