org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.observesUnallowed
Class SpiderProducer_Broken

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.observesUnallowed.SpiderProducer_Broken

public class SpiderProducer_Broken
extends Object


Constructor Summary
SpiderProducer_Broken()
           
 
Method Summary
static void destorySpider(Spider spider)
           
static Spider getSpider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpiderProducer_Broken

public SpiderProducer_Broken()
Method Detail

getSpider

@Produces
public static Spider getSpider()

destorySpider

public static void destorySpider(@Disposes@Observes
                                 Spider spider)


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