Package org.jvnet.hk2.internal
Class ClazzCreator.ResolutionInfo
- java.lang.Object
-
- org.jvnet.hk2.internal.ClazzCreator.ResolutionInfo
-
- Enclosing class:
- ClazzCreator<T>
private static class ClazzCreator.ResolutionInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.AnnotatedElement
baseElement
private java.util.List<SystemInjecteeImpl>
injectees
-
Constructor Summary
Constructors Modifier Constructor Description private
ResolutionInfo(java.lang.reflect.AnnotatedElement baseElement, java.util.List<SystemInjecteeImpl> injectees)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
baseElement
private final java.lang.reflect.AnnotatedElement baseElement
-
injectees
private final java.util.List<SystemInjecteeImpl> injectees
-
-
Constructor Detail
-
ResolutionInfo
private ResolutionInfo(java.lang.reflect.AnnotatedElement baseElement, java.util.List<SystemInjecteeImpl> injectees)
-
-