Interface ISlotProvider

  • All Superinterfaces:
    com.helger.commons.name.IHasName
    All Known Implementing Classes:
    SlotId

    public interface ISlotProvider
    extends com.helger.commons.name.IHasName
    Generic slot provider.
    Author:
    Philip Helger
    • Method Detail

      • createSlot

        @Nonnull
        @ReturnsMutableCopy
        SlotType createSlot()
        Returns:
        A newly created slot. Never null. Each invocation must create a new instance.