ModelMap.java :  » Google-tech » jrest4guice » org » jrest4guice » client » Java Open Source

Java Open Source » Google tech » jrest4guice 
jrest4guice » org » jrest4guice » client » ModelMap.java
package org.jrest4guice.client;

import java.util.HashMap;

/**
 * 
 * @author <a href="mailto:zhangyouqun@gmail.com">cnoss (QQ:86895156)</a>
 *
 */
public class ModelMap<K, V> extends HashMap<K,V> {

  /**
   * 
   */
  private static final long serialVersionUID = 2723421216525025616L;
  
  public static final String RPC_ARGS_KEY = "__rpc_args__";
  public static final String BYTE_ARRAY_ARGS_KEY = "__byte_array_args__";
  public static final String FILE_ITEM_ARGS_KEY = "__file_item_args__";
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.