All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.simpleframework.xml.stream.IndentationMode Maven / Gradle / Ivy

Go to download

Simple is a high performance XML serialization and configuration framework for Java

There is a newer version: 2.9.0
Show newest version
package org.simpleframework.xml.stream;

public enum IndentationMode {
	ENABLED,
	DISABLED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy