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

net.contextfw.web.application.configuration.StringSetProperty Maven / Gradle / Ivy

package net.contextfw.web.application.configuration;


public class StringSetProperty extends SetProperty {

    protected StringSetProperty(String key) {
        super(key);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy