org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.validation.unsatisfied
Class Producer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.validation.unsatisfied.Producer

public class Producer
extends Object


Constructor Summary
Producer()
           
 
Method Summary
 void dispose(Product product, List<Integer> integers)
           
 Product produce()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Producer

public Producer()
Method Detail

produce

@Produces
public Product produce()

dispose

public void dispose(@Disposes
                    Product product,
                    List<Integer> integers)


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