private static class ClazzCreator.ResolutionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.reflect.AnnotatedElement |
baseElement |
private java.util.List<SystemInjecteeImpl> |
injectees |
Modifier | Constructor and Description |
---|---|
private |
ResolutionInfo(java.lang.reflect.AnnotatedElement baseElement,
java.util.List<SystemInjecteeImpl> injectees) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
private final java.lang.reflect.AnnotatedElement baseElement
private final java.util.List<SystemInjecteeImpl> injectees
private ResolutionInfo(java.lang.reflect.AnnotatedElement baseElement, java.util.List<SystemInjecteeImpl> injectees)