Class Context<T>


  • @ThreadSafe
    public class Context<T>
    extends Object
    Generic context for passing objects.
    • Constructor Detail

    • Method Detail

      • set

        public void set​(T o)
        Sets the context content.
        Parameters:
        o - The context content.
      • get

        public T get()
        Gets the context content.
        Returns:
        The context content.