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

com.marklogic.flux.impl.export.ReadDocumentParamsImpl Maven / Gradle / Ivy

There is a newer version: 1.0.0.ea1
Show newest version
/*
 * Copyright © 2024 MarkLogic Corporation. All Rights Reserved.
 */
package com.marklogic.flux.impl.export;

/**
 * Class exists solely to avoid Sonar warnings of "Provide the parametrized type for this generic" when command
 * classes use ReadDocumentParams directly. There's probably a better way to avoid that warning (without suppressing
 * it) but don't know it yet.
 */
public class ReadDocumentParamsImpl extends ReadDocumentParams {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy