Interface StateBasedEntityModule.PersisterPhase<ID,E>

Type Parameters:
ID - The type of identifier used to identify the state-based entity that's being built.
E - The type of the state-based entity being built.
Enclosing interface:
StateBasedEntityModule<ID,E>

public static interface StateBasedEntityModule.PersisterPhase<ID,E>
The "persister" phase of the state-based entity builder.

Enforce providing the persister(ComponentBuilder) for the state-based entity that's being built.