org.jboss.cdi.tck.tests.lookup.typesafe.resolution
Class NumberProducer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.typesafe.resolution.NumberProducer

public class NumberProducer
extends Object


Field Summary
static Double max
           
static double min
           
 
Constructor Summary
NumberProducer()
           
 
Method Summary
static Double getMax()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

@Produces
public static final double min
See Also:
Constant Field Values

max

public static final Double max
Constructor Detail

NumberProducer

public NumberProducer()
Method Detail

getMax

@Produces
public static Double getMax()


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