Package jodd.petite.def
Class DestroyMethodPoint
- java.lang.Object
-
- jodd.petite.def.DestroyMethodPoint
-
public class DestroyMethodPoint extends java.lang.ObjectDestroy method point.
-
-
Field Summary
Fields Modifier and Type Field Description static DestroyMethodPoint[]EMPTYjava.lang.reflect.Methodmethod
-
Constructor Summary
Constructors Constructor Description DestroyMethodPoint(java.lang.reflect.Method method)
-
-
-
Field Detail
-
EMPTY
public static final DestroyMethodPoint[] EMPTY
-
method
public final java.lang.reflect.Method method
-
-