org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator
Class FooImpl
java.lang.Object
org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator.FooImpl
- All Implemented Interfaces:
- Foo
public class FooImpl
- extends Object
- implements Foo
|
Method Summary |
void |
bar()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interceptorCalledFirst
public static boolean interceptorCalledFirst
decoratorCalledFirst
public static boolean decoratorCalledFirst
FooImpl
public FooImpl()
bar
public void bar()
- Specified by:
bar in interface Foo
Copyright © 2008-2012 Seam Framework. All Rights Reserved.