Callback.java

package org.springframework.cglib.proxy;

/**
 * A mock object to test if a method is returning Spring Framework's
 * {@code Callback[] getCallbacks()} found on a cglib proxy object.
 * NOTE: Spring repackages the Callback interface to this location.
 * @author Rob Winch
 */
public class Callback {
}