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

org.codehaus.jackson.impl.DefaultPrettyPrinter Maven / Gradle / Ivy

Go to download

Ehcache is an open source, standards-based cache used to boost performance, offload the database and simplify scalability. Ehcache is robust, proven and full-featured and this has made it the most widely-used Java-based cache.

There is a newer version: 2.10.9.2
Show 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 - 2024 Weber Informatics LLC | Privacy Policy