org.jboss.cdi.tck.tests.extensions.interceptors
Class IncrementingInterceptor
java.lang.Object
org.jboss.cdi.tck.tests.extensions.interceptors.IncrementingInterceptor
@Interceptor
public class IncrementingInterceptor
- extends Object
Interceptor that adds one to the result of a method
- Author:
- Stuart Douglas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncrementingInterceptor
public IncrementingInterceptor()
doAround
public Object doAround(javax.interceptor.InvocationContext context)
throws Exception
- Throws:
Exception
isDoAroundCalled
public static boolean isDoAroundCalled()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.