Interface ContextFactory<C extends Context<C>>


  • public interface ContextFactory<C extends Context<C>>
    The factory interface of Context creation. Only used by StandardContextType, for the convenience of polymorphism over its enum construction.
    Author:
    simonpai
    • Method Detail

      • create

        Context<C> create()
        Create the context.