org.jboss.cdi.tck.tests.extensions.interceptors.custom
Class FooInterceptor
java.lang.Object
org.jboss.cdi.tck.tests.extensions.interceptors.custom.FooInterceptor
- All Implemented Interfaces:
- Serializable
public class FooInterceptor
- extends Object
- implements Serializable
This is not an interceptor (it misses required annotations). The CustomInterceptor delegates to instances of this class.
- Author:
- Jozef Hartinger
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FooInterceptor
public FooInterceptor()
isInvoked
public static boolean isInvoked()
reset
public static void reset()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.