public class Duck extends Object
| Modifier and Type | Field and Description |
|---|---|
static Integer |
bar |
static boolean |
constructedCorrectly |
static String |
foo |
static Integer |
synchronousBar |
@Produces public static String foo
@Produces public static Integer bar
@Produces @Synchronous public static Integer synchronousBar
public static boolean constructedCorrectly
@Inject public Duck(String foo, @Synchronous Integer bar)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.