Package jodd.petite.def
Class MethodInjectionPoint
- java.lang.Object
-
- jodd.petite.def.MethodInjectionPoint
-
public class MethodInjectionPoint extends java.lang.ObjectMethod injection points.
-
-
Field Summary
Fields Modifier and Type Field Description static MethodInjectionPoint[]EMPTYjava.lang.reflect.MethodmethodBeanReferences[]references
-
Constructor Summary
Constructors Constructor Description MethodInjectionPoint(java.lang.reflect.Method method, BeanReferences[] references)
-
-
-
Field Detail
-
EMPTY
public static final MethodInjectionPoint[] EMPTY
-
method
public final java.lang.reflect.Method method
-
references
public final BeanReferences[] references
-
-
Constructor Detail
-
MethodInjectionPoint
public MethodInjectionPoint(java.lang.reflect.Method method, BeanReferences[] references)
-
-