This method of the Delegate class returns the target object referenced by this delegate. The returned value is null if the delegate references a static method.
public final Object getTarget();
Returns the target object, or null if the object is a static method.