Interface CurrentContext<T extends InjectableContext.ContextState>

Type Parameters:
T -

public interface CurrentContext<T extends InjectableContext.ContextState>
Represents the current context of a normal scope.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    void
    Removes the current state.
    void
    set(T state)
    Sets the current state.
  • Method Details

    • get

      T get()
      Returns:
      the current state
    • set

      void set(T state)
      Sets the current state.
      Parameters:
      state -
    • remove

      void remove()
      Removes the current state.