org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed.Foo

public class Foo
extends Object


Constructor Summary
Foo()
           
 
Method Summary
 Baz produceFoo(Bar bar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()
Method Detail

produceFoo

@Produces
public Baz produceFoo(@Named
                               Bar bar)


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