org.jboss.cdi.tck.tests.decorators.definition.producer
Class Bank
java.lang.Object
org.jboss.cdi.tck.tests.decorators.definition.producer.Bank
@ApplicationScoped
public class Bank
- extends Object
|
Constructor Summary |
Bank()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bank
public Bank()
produceShortTermAccount
@Produces
@RequestScoped
@Synthetic
public ShortTermAccount produceShortTermAccount()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.