org.jboss.cdi.tck.tests.implementation.simple.definition
Class Sheep

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

public class Sheep
extends Object


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

Field Detail

constructedCorrectly

public static boolean constructedCorrectly

foo

@Produces
@ClovenHoved
public static String foo

bar

@Produces
@ClovenHoved
public static Double bar
Constructor Detail

Sheep

@Inject
public Sheep(@ClovenHoved
                    String foo,
                    @ClovenHoved
                    Double bar)


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