Interface Ref<T>
-
- Type Parameters:
T- referred value type
- All Known Implementing Classes:
Refs.DefaultRefImpl,Refs.ImmutableRefImpl,Refs.ThreadSafeRefImpl,RequestProcessingContextReference
public interface Ref<T> extends Value<T>, Settable<T>
A possibly mutable value reference. Reference can be initialized bySettable.set(Object)and the reference can be get byValue.get().- See Also:
Refs