Package org.equilibriums.aop.utils.interceptor.stub

Class Summary
StubWithReturnValueInterceptor Will intercept a method call and follow rules defined below without calling target method (wont call invocation.proceed() ).
StubWithThrowableInterceptor Throws specified exception for the method this interceptor is configured for without calling target method (wont call invocation.proceed() ).
 



Copyright © 2011. All Rights Reserved.