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

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

@Alternative
public class NotEnabledSheepProducer
extends Object


Field Summary
static Sheep sheep
           
 
Constructor Summary
NotEnabledSheepProducer()
           
 
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

NotEnabledSheepProducer

public NotEnabledSheepProducer()
Method Detail

produce

@Produces
public Sheep produce()


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