org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.veto
Class Factory

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.veto.Factory

@ApplicationScoped
public class Factory
extends Object


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

Constructor Detail

Factory

public Factory()
Method Detail

createCar

@Produces
@RequestScoped
public Car createCar()


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