org.jboss.cdi.tck.tests.implementation.simple.definition
Class Sheep
java.lang.Object
org.jboss.cdi.tck.tests.implementation.simple.definition.Sheep
public class Sheep
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
constructedCorrectly
public static boolean constructedCorrectly
foo
@Produces
@ClovenHoved
public static String foo
bar
@Produces
@ClovenHoved
public static Double bar
Sheep
@Inject
public Sheep(@ClovenHoved
String foo,
@ClovenHoved
Double bar)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.