jodd.petite
Class MethodInjectionPoint

java.lang.Object
  extended by jodd.petite.MethodInjectionPoint

public class MethodInjectionPoint
extends Object

Method injection points.


Field Summary
static MethodInjectionPoint[] EMPTY
           
 Method method
           
 String[][] references
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final MethodInjectionPoint[] EMPTY

method

public final Method method

references

public final String[][] references