org.jboss.cdi.tck.tests.decorators.definition.producer
Class Bank

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.definition.producer.Bank

@ApplicationScoped
public class Bank
extends Object


Constructor Summary
Bank()
           
 
Method Summary
 ShortTermAccount produceShortTermAccount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bank

public Bank()
Method Detail

produceShortTermAccount

@Produces
@RequestScoped
@Synthetic
public ShortTermAccount produceShortTermAccount()


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