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

org.zodiac.plugin.constants.PluginSystemPropertiesConstants Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.plugin.constants;

import org.zodiac.commons.constants.SystemPropertiesConstants;

public interface PluginSystemPropertiesConstants {

    String SPRING_PLUGIN_PREFIX = SystemPropertiesConstants.Zodiac.SPRING_PREFIX + ".plugin";
    String SPRING_PLUGIN_ENABLED = SPRING_PLUGIN_PREFIX + ".enabled";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy