public class CtorInjectionPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.reflect.Constructor |
constructor |
static CtorInjectionPoint |
EMPTY |
BeanReferences[] |
references |
Constructor and Description |
---|
CtorInjectionPoint(java.lang.reflect.Constructor constructor,
BeanReferences[] references) |
public static final CtorInjectionPoint EMPTY
public final java.lang.reflect.Constructor constructor
public final BeanReferences[] references
public CtorInjectionPoint(java.lang.reflect.Constructor constructor, BeanReferences[] references)
Copyright © 2003-present Jodd Team