Package jodd.petite.def
Class InitMethodPoint
- java.lang.Object
-
- jodd.petite.def.InitMethodPoint
-
- All Implemented Interfaces:
java.lang.Comparable
public class InitMethodPoint extends java.lang.Object implements java.lang.ComparableInit method point.
-
-
Field Summary
Fields Modifier and Type Field Description static InitMethodPoint[]EMPTYInitMethodInvocationStrategyinvocationStrategyjava.lang.reflect.Methodmethodintorder
-
Constructor Summary
Constructors Constructor Description InitMethodPoint(java.lang.reflect.Method method, int order, InitMethodInvocationStrategy invocationStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object other)
-
-
-
Field Detail
-
EMPTY
public static final InitMethodPoint[] EMPTY
-
method
public final java.lang.reflect.Method method
-
order
public final int order
-
invocationStrategy
public final InitMethodInvocationStrategy invocationStrategy
-
-
Constructor Detail
-
InitMethodPoint
public InitMethodPoint(java.lang.reflect.Method method, int order, InitMethodInvocationStrategy invocationStrategy)
-
-