Package org.easetech.easytest.interceptor

Interface Summary
MethodIntercepter Interface that provides the users with the ability to intercept methods on class instances that are marked with Intercept annotations.
 

Class Summary
DefaultMethodIntercepter A default implementation of MethodIntercepter to log the time taken by a method
InternalInterceptor An internal intercepter implementation of the CGLIB provided MethodInterceptor interface, that actually calls the MethodIntercepter.intercept(Method, Object, Object[]) method internally.
InternalInvocationhandler implementation of the InvocationHandler interface for internal usage.
 



Copyright © 2013. All Rights Reserved.