org.jboss.cdi.tck.tests.interceptors.definition.interceptorNotListedInBeansXml
Class AccountHolder

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.interceptorNotListedInBeansXml.AccountHolder

public class AccountHolder
extends Object


Constructor Summary
AccountHolder()
           
 
Method Summary
 void transfer(double amount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountHolder

public AccountHolder()
Method Detail

transfer

@Transactional
public void transfer(double amount)


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