Spring for Android

org.springframework.util
Interface ReflectionUtils.MethodCallback

Enclosing class:
ReflectionUtils

public static interface ReflectionUtils.MethodCallback

Action to take on each method.


Method Summary
 void doWith(java.lang.reflect.Method method)
          Perform an operation using the given method.
 

Method Detail

doWith

void doWith(java.lang.reflect.Method method)
            throws java.lang.IllegalArgumentException,
                   java.lang.IllegalAccessException
Perform an operation using the given method.

Parameters:
method - the method to operate on
Throws:
java.lang.IllegalArgumentException
java.lang.IllegalAccessException

Spring for Android