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