Interface StrategyCreator<T>


  • public interface StrategyCreator<T>
    • Method Detail

      • create

        T create​(Class<? extends T> strategyClass)