org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.enterprise.order
Class Weapon

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.enterprise.order.Weapon
Direct Known Subclasses:
Missile

public class Weapon
extends Object


Constructor Summary
Weapon()
           
 
Method Summary
 void postConstructWeapon()
           
 void preDestroyWeapon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Weapon

public Weapon()
Method Detail

postConstructWeapon

@PostConstruct
public void postConstructWeapon()

preDestroyWeapon

@PreDestroy
public void preDestroyWeapon()


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