public class PrimitiveProducer extends Object
Long
producedLong
Short
producedShort
PrimitiveProducer()
Boolean
getBoolean()
Byte
getByte()
Character
getChar()
Double
getDouble()
Float
getFloat()
Integer
getInteger()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Produces public Short producedShort
@Produces public Long producedLong
public PrimitiveProducer()
@Produces public Byte getByte()
@Produces public Integer getInteger()
@Produces public Float getFloat()
@Produces public Double getDouble()
@Produces public Character getChar()
@Produces public Boolean getBoolean()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.