com.araguacaima.commons.utils.properties.strategy.PropertiesHandlerFactory Maven / Gradle / Ivy
package com.araguacaima.commons.utils.properties.strategy;
public interface PropertiesHandlerFactory {
PropertiesHandlerStrategyInterface getStrategy(String strategyName);
}