org.jboss.cdi.tck.tests.implementation.producer.field.definition
Class OtherSpiderProducer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.field.definition.OtherSpiderProducer

public class OtherSpiderProducer
extends Object


Field Summary
static BlackWidow BLACK_WIDOW
           
 Spider[] getSpiders
           
 int getWolfSpiderSize
           
 WolfSpider produceWolfSpider
           
static WolfSpider WOLF_SPIDER
           
 
Constructor Summary
OtherSpiderProducer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLACK_WIDOW

public static final BlackWidow BLACK_WIDOW

WOLF_SPIDER

public static final WolfSpider WOLF_SPIDER

produceWolfSpider

@Produces
@Pet
public WolfSpider produceWolfSpider

getSpiders

@Produces
public Spider[] getSpiders

getWolfSpiderSize

@Produces
@Named(value="SpiderSize")
public int getWolfSpiderSize
Constructor Detail

OtherSpiderProducer

public OtherSpiderProducer()


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