public interface ObjectReference<T>
HttpSession
or ThreadLocal
).
This interface is typically implemented by someone integrating Pico into an existing container.T get()
void set(T item)
item
- the object to assign to the reference. May be null
.