Interface BoxTypeContainerService

All Superinterfaces:
MainContainerService<BoxTypeFill>
All Known Implementing Classes:
DefaultBoxTypeContainer

public interface BoxTypeContainerService extends MainContainerService<BoxTypeFill>
This interface represents a container service for box type fill implementations. It extends the `MainContainerService` interface, specifying the type parameter as `BoxTypeFill`. This interface is responsible for providing access to the container of box type fill implementations.