Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8224 manish.sha 1
package com.amazonaws.mws.model;
2
 
3
/*
4
 * Interface for Content-Type parameters that are appended to the Content-Type;
5
 * e.g. "charset=utf-8".
6
 * 
7
 * The toString method should be overriden to output the correct value in
8
 * key/value pair format separated by an equals sign.
9
 */
10
public interface ContentTypeParameter {
11
 
12
}