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