org.jboss.cdi.tck.tests.alternative
Class EnabledSheepProducer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.alternative.EnabledSheepProducer

@Alternative
public class EnabledSheepProducer
extends Object


Field Summary
static Sheep sheep
           
 
Constructor Summary
EnabledSheepProducer()
           
 
Method Summary
 Sheep produce()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sheep

@Produces
public static final Sheep sheep
Constructor Detail

EnabledSheepProducer

public EnabledSheepProducer()
Method Detail

produce

@Produces
public Sheep produce()


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