net.markenwerk.utils.json.common.handler.NullJsonHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils-json-common Show documentation
Show all versions of utils-json-common Show documentation
Common components for JSON processing libraries for Java
package net.markenwerk.utils.json.common.handler;
/**
* A {@link NullJsonHandler} is an {@link IdleJsonHandler} that does nothing.
*
* @author Torsten Krause (tk at markenwerk dot net)
* @since 1.0.0
*/
public final class NullJsonHandler extends IdleJsonHandler {
}