package org.flasby.settings; public class SettingFactory { public static SimpleSettings create() { return new SimpleSettingsImpl(); } }