org.jboss.cdi.tck.tests.interceptors.invocation
Class WheatProducer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.invocation.WheatProducer

public class WheatProducer
extends Object


Field Summary
static boolean destroyed
           
 
Constructor Summary
WheatProducer()
           
 
Method Summary
 Wheat createWheat()
           
 void destroyWheat(Wheat wheat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destroyed

public static boolean destroyed
Constructor Detail

WheatProducer

public WheatProducer()
Method Detail

createWheat

@Produces
public Wheat createWheat()

destroyWheat

public void destroyWheat(@Disposes
                         Wheat wheat)


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