public interface ContextType<C extends Context<C>>
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.Modifier and Type | Method and Description |
---|---|
C |
create()
Create the initial instance of the
Context . |
Copyright © 2023. All rights reserved.