org.jboss.cdi.tck.tests.implementation.producer.method.definition
Class OakTree
java.lang.Object
org.jboss.cdi.tck.tests.implementation.producer.method.definition.OakTree
public class OakTree
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OakTree
public OakTree()
growAcorn
@Produces
@Dependent
public Acorn growAcorn()
pollinate
@Produces
@RequestScoped
@Yummy
public Pollen pollinate()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.