com.marklogic.flux.impl.export.ReadDocumentParamsImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flux-api Show documentation
Show all versions of flux-api Show documentation
Flux API for data movement with MarkLogic
/*
* 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 {
}