001package org.kuali.common.util.spring.env.model;
002
003public interface EnvironmentKeySuffix {
004
005        String getValue();
006
007}