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