Also: SpringCore
public static interface

ReflectionUtils.MethodCallback

org.springframework.util.ReflectionUtils.MethodCallback

Class Overview

Action to take on each method.

Summary

Public Methods
abstract void doWith(Method method)
Perform an operation using the given method.

Public Methods

public abstract void doWith (Method method)

Also: SpringCore

Perform an operation using the given method.

Parameters
method the method to operate on