Class CtorInjectionPoint


  • public class CtorInjectionPoint
    extends java.lang.Object
    Holder for constructor injection points.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • constructor

        public final java.lang.reflect.Constructor constructor
    • Constructor Detail

      • CtorInjectionPoint

        public CtorInjectionPoint​(java.lang.reflect.Constructor constructor,
                                  BeanReferences[] references)