org.skife.intercept
Interface InterceptedObject


public interface InterceptedObject


Method Summary
 java.lang.Object getTarget(org.skife.intercept.InterceptedObject foo)
          Return the underlying object.
 

Method Detail

getTarget

public java.lang.Object getTarget(org.skife.intercept.InterceptedObject foo)
Return the underlying object. Argument to this method is just to ensure a unique signature and is unused; TODO: think about this.