Interface ContextType<C extends Context<C>>

  • All Known Implementing Classes:
    StandardContextType

    public interface ContextType<C extends Context<C>>
    Hold information of the type of Context. Do not be confused with Context, which is a actual data structure that holds the aggregation data values, while this represent its type and is responsible for context creation. The implementation of this interface should be made into singletons.
    Author:
    simonpai
    • Method Detail

      • create

        C create()
        Create the initial instance of the Context.