org.jboss.cdi.tck.tests.extensions.beanManager.bean
Class SerializableOffice

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.beanManager.bean.Office
      extended by org.jboss.cdi.tck.tests.extensions.beanManager.bean.SerializableOffice
All Implemented Interfaces:
Serializable, Building<String>

@Veto
public class SerializableOffice
extends Office
implements Serializable

See Also:
Serialized Form

Constructor Summary
SerializableOffice(Employee constructorEmployee)
           
 
Method Summary
 
Methods inherited from class org.jboss.cdi.tck.tests.extensions.beanManager.bean.Office
getConstructorEmployee, getFieldEmployee, getInitializerEmployee, init, intercepted, isPostConstructCalled, isPreDestroyCalled, postConstruct, preDestroy, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableOffice

@Inject
public SerializableOffice(Employee constructorEmployee)


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