org.jboss.cdi.tck.tests.decorators.definition.broken.invalidAbstractMethodOnDecorator
Class BankAccount

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.definition.broken.invalidAbstractMethodOnDecorator.BankAccount
All Implemented Interfaces:
Account

public class BankAccount
extends Object
implements Account


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

Constructor Detail

BankAccount

public BankAccount()
Method Detail

withdraw

public void withdraw()
Specified by:
withdraw in interface Account


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