org.jboss.cdi.tck.tests.implementation.simple.lifecycle
Class FarmOffice

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.lifecycle.FarmOffice

public class FarmOffice
extends Object


Field Summary
 int noOfStaff
           
 
Constructor Summary
FarmOffice()
           
 
Method Summary
 void preDestroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

noOfStaff

public int noOfStaff
Constructor Detail

FarmOffice

public FarmOffice()
Method Detail

preDestroy

@PreDestroy
public void preDestroy()


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