org.jboss.cdi.tck.tests.extensions.interceptors.custom
Class InterceptedSerializableBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.interceptors.custom.InterceptedBean
      extended by 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

Constructor Summary
InterceptedSerializableBean()
           
 
Method Summary
 boolean foo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptedSerializableBean

public InterceptedSerializableBean()
Method Detail

foo

public boolean foo()
Overrides:
foo in class InterceptedBean


Copyright © 2008-2013 Seam Framework. All Rights Reserved.