org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter
Class GeneralListProducer<T>

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter.GeneralListProducer<T>

public class GeneralListProducer<T>
extends Object


Constructor Summary
GeneralListProducer()
           
 
Method Summary
 List<T> create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralListProducer

public GeneralListProducer()
Method Detail

create

@Produces
@RequestScoped
public List<T> create()


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