org.jboss.cdi.tck.tests.lookup.dynamic
Class SimplePaymentProcessor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.dynamic.SimplePaymentProcessor
All Implemented Interfaces:
PaymentProcessor, SynchronousPaymentProcessor

@PayBy(value=CASH)
@ApplicationScoped
public class SimplePaymentProcessor
extends Object
implements SynchronousPaymentProcessor


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

Constructor Detail

SimplePaymentProcessor

public SimplePaymentProcessor()


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