org.jboss.cdi.tck.tests.implementation.simple.definition.tooManyInitializerAnnotatedConstructors
Class Goose_Broken

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.definition.tooManyInitializerAnnotatedConstructors.Goose_Broken

public class Goose_Broken
extends Object


Constructor Summary
Goose_Broken(String foo)
           
Goose_Broken(String foo, Double bar)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Goose_Broken

@Inject
public Goose_Broken(String foo)

Goose_Broken

@Inject
public Goose_Broken(String foo,
                           Double bar)


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