All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mydotey.scf.facade.LabeledStringProperties Maven / Gradle / Ivy

package org.mydotey.scf.facade;

import org.mydotey.scf.labeled.LabeledConfigurationManager;
import org.mydotey.scf.labeled.LabeledKey;

/**
 * @author koqizhao
 *
 * May 21, 2018
 */
public class LabeledStringProperties extends StringValueProperties, LabeledConfigurationManager> {

    public LabeledStringProperties(LabeledConfigurationManager manager) {
        super(manager);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy