org.jboss.cdi.tck.tests.implementation.producer.method.definition
Class OakTree

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.method.definition.OakTree

public class OakTree
extends Object


Constructor Summary
OakTree()
           
 
Method Summary
 Acorn growAcorn()
           
 Pollen pollinate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OakTree

public OakTree()
Method Detail

growAcorn

@Produces
@Dependent
public Acorn growAcorn()

pollinate

@Produces
@RequestScoped
@Yummy
public Pollen pollinate()


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