Class ValueHolder<T>


  • public class ValueHolder<T>
    extends Object
    Represents a "final" value that is initialized either up front or once at some point after declaration. Note: If a Serializable class has a ValueHolder property, that property should be declared transient!
    • Constructor Detail

      • ValueHolder

        public ValueHolder​(T value)
    • Method Detail

      • getValue

        public T getValue()