Silk DI 0.6


se.jbee.inject.util
Class Value<T>

Object
  extended by se.jbee.inject.util.Value<T>

public final class Value<T>
extends Object


Method Summary
 Type<T> getType()
           
 T getValue()
           
 String toString()
           
static
<T> Value<T>
value(Type<T> type, T value)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

value

public static <T> Value<T> value(Type<T> type,
                                 T value)

getType

public Type<T> getType()

getValue

public T getValue()

toString

public String toString()
Overrides:
toString in class Object

Silk DI 0.6