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

com.mofum.scope.spring.web.constant.Constant Maven / Gradle / Ivy

package com.mofum.scope.spring.web.constant;

/**
 * @author [email protected]
 * @since 2019-03-20
 **/
public class Constant {

    public static final String SCOPE_COLUMN = "scopeColumn";

    public static final String SCOPE_SCOPES = "scopeCollections";

    public static final String SCOPE_SERVICE_COLUMN = "serviceIds";

    public static final ScopeConfig SCOPE_CONFIG = ScopeConfig.CONFIG;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy