View Javadoc

1   /*
2    * To change this template, choose Tools | Templates
3    * and open the template in the editor.
4    */
5   
6   package com.rc.celeritas.generics;
7   
8   /**
9    *
10   * @author rchoudhary
11   */
12  public class Constants {
13  
14      /**
15       *
16       */
17      public static final String ILU_SEPERATOR = ",";
18      /**
19       * 
20       */
21      public static final String KEY_VALUE_SEPERATOR = ":";
22  
23  }