Interface StrategyCreator<T>
-
public interface StrategyCreator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(java.lang.Class<? extends T> strategyClass)
-
public interface StrategyCreator<T>
Modifier and Type | Method | Description |
---|---|---|
T |
create(java.lang.Class<? extends T> strategyClass) |