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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.initializerUnallowed.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

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


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