jodd.petite
Class MethodInjectionPoint

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

public class MethodInjectionPoint
extends java.lang.Object

Method injection points.


Field Summary
static MethodInjectionPoint[] EMPTY
           
 java.lang.reflect.Method method
           
 java.lang.String[] references
           
 
Constructor Summary
MethodInjectionPoint(java.lang.reflect.Method method, java.lang.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 java.lang.reflect.Method method

references

public final java.lang.String[] references
Constructor Detail

MethodInjectionPoint

public MethodInjectionPoint(java.lang.reflect.Method method,
                            java.lang.String[] references)


Copyright © 2003-2011 Jodd Team