org.jboss.cdi.tck.tests.interceptors.definition.member
Class IncreasingInterceptor
java.lang.Object
org.jboss.cdi.tck.tests.interceptors.definition.member.IncreasingInterceptor
@Interceptor
@AnimalCountInterceptorBinding(value=INCREASE)
public class IncreasingInterceptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncreasingInterceptor
public IncreasingInterceptor()
aroundInvoke
public Object aroundInvoke(javax.interceptor.InvocationContext ctx)
throws Exception
- Throws:
Exception
isIntercepted
public static boolean isIntercepted()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.