org.jboss.cdi.tck.tests.extensions.interceptors.custom
Class InterceptedSerializableBean
java.lang.Object
org.jboss.cdi.tck.tests.extensions.interceptors.custom.InterceptedBean
org.jboss.cdi.tck.tests.extensions.interceptors.custom.InterceptedSerializableBean
- All Implemented Interfaces:
- Serializable
@Typed(value=InterceptedSerializableBean.class)
public class InterceptedSerializableBean
- extends InterceptedBean
- implements Serializable
- See Also:
- Serialized Form
|
Method Summary |
boolean |
foo()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptedSerializableBean
public InterceptedSerializableBean()
foo
public boolean foo()
- Overrides:
foo in class InterceptedBean
Copyright © 2008-2013 Seam Framework. All Rights Reserved.