Uses of Class
org.jboss.cdi.tck.tests.decorators.definition.BankAccount

Packages that use BankAccount
org.jboss.cdi.tck.tests.decorators.definition   
 

Uses of BankAccount in org.jboss.cdi.tck.tests.decorators.definition
 

Methods in org.jboss.cdi.tck.tests.decorators.definition with parameters of type BankAccount
 void DecoratorDefinitionTest.testAbstractDecoratorNotImplementingMethodOfDecoratedType(BankAccount account)
          Test that if the decorator does not implement a method of the decorated type, the container will provide an implicit implementation that calls the method on the delegate.
 



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