org.codehaus.jackson.impl.DefaultPrettyPrinter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of barchart-wrap-jackson Show documentation
Show all versions of barchart-wrap-jackson Show documentation
bundle wrapper for json libs:
http://jackson.codehaus.org/
http://www.json.org/java/
https://github.com/FasterXML/jackson-datatype-json-org
The newest version!
package org.codehaus.jackson.impl;
/**
* Deprecated version of the default pretty printer.
*
* @deprecated Moved to {@link org.codehaus.jackson.util.DefaultPrettyPrinter}; will be removed in Jackson 2.0
*/
@Deprecated
public class DefaultPrettyPrinter
extends org.codehaus.jackson.util.DefaultPrettyPrinter
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy