org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive
Class PrimitiveProducer
java.lang.Object
org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive.PrimitiveProducer
public class PrimitiveProducer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
producedShort
@Produces
public Short producedShort
producedLong
@Produces
public Long producedLong
PrimitiveProducer
public PrimitiveProducer()
getByte
@Produces
public Byte getByte()
getInteger
@Produces
public Integer getInteger()
getFloat
@Produces
public Float getFloat()
getDouble
@Produces
public Double getDouble()
getChar
@Produces
public Character getChar()
getBoolean
@Produces
public Boolean getBoolean()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.