org.jboss.cdi.tck.tests.definition.bean
Class SpiderProducer
java.lang.Object
org.jboss.cdi.tck.tests.definition.bean.SpiderProducer
public class SpiderProducer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpiderProducer
public SpiderProducer()
produceWolfSpider
@Produces
public WolfSpider produceWolfSpider()
makeASpider
@Produces
@Tame
public Animal makeASpider()
getWolfSpiderSize
@Produces
public int getWolfSpiderSize()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.