public class InitMethodPoint
extends java.lang.Object
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
static InitMethodPoint[] |
EMPTY |
InitMethodInvocationStrategy |
invocationStrategy |
java.lang.reflect.Method |
method |
int |
order |
| Constructor and Description |
|---|
InitMethodPoint(java.lang.reflect.Method method,
int order,
InitMethodInvocationStrategy invocationStrategy) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object other) |
public static final InitMethodPoint[] EMPTY
public final java.lang.reflect.Method method
public final int order
public final InitMethodInvocationStrategy invocationStrategy
public InitMethodPoint(java.lang.reflect.Method method,
int order,
InitMethodInvocationStrategy invocationStrategy)
Copyright © 2003-present Jodd Team