org.jboss.cdi.tck.tests.implementation.simple.lifecycle
Class Duck

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.lifecycle.Duck

public class Duck
extends Object


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

Field Detail

foo

@Produces
@Tame
public static String foo

bar

@Produces
@Tame
public static Integer bar

synchronousBar

@Produces
@Synchronous
public static Integer synchronousBar

constructedCorrectly

public static boolean constructedCorrectly
Constructor Detail

Duck

@Inject
public Duck(@Tame
                   String foo,
                   @Synchronous
                   Integer bar)


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