@JsonPropertyOrder({"first", "second"})
public class Test{
	
	private int first = 1;
	private int secont = 2;
}
{
	"first" : 1,
	"second" : 2
}