public interface ContextFactory<C extends Context<C>>
Context
creation. Only used by
StandardContextType
, for the convenience of
polymorphism over its enum construction.Modifier and Type | Method and Description |
---|---|
Context<C> |
create()
Create the context.
|
Copyright © 2023. All rights reserved.