org.jboss.webbeans.tck.unit.implementation.producer.field
Class NullSpiderProducer_Broken

java.lang.Object
  extended by org.jboss.webbeans.tck.unit.implementation.producer.field.NullSpiderProducer_Broken

public class NullSpiderProducer_Broken
extends java.lang.Object

Bean with a producer field that always returns null and is not in Dependent context (the produced result)

Author:
David Allen

Field Summary
 org.jboss.webbeans.tck.unit.implementation.producer.field.BlackWidow produceBlackWidow
           
 
Constructor Summary
NullSpiderProducer_Broken()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

produceBlackWidow

@Produces
@RequestScoped
@Named(value="blackWidow")
public org.jboss.webbeans.tck.unit.implementation.producer.field.BlackWidow produceBlackWidow
Constructor Detail

NullSpiderProducer_Broken

public NullSpiderProducer_Broken()


Copyright © 2008-2009. All Rights Reserved.