org.jboss.cdi.tck.tests.context.application.destroy
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.application.destroy.Foo

@ApplicationScoped
public class Foo
extends Object


Constructor Summary
Foo()
           
 
Method Summary
 void destroy()
           
 void setBarContext(String barContextUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()
Method Detail

setBarContext

public void setBarContext(String barContextUrl)

destroy

@PreDestroy
public void destroy()


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