
com.arangodb.util.RawData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core module for ArangoDB Java Driver
The newest version!
package com.arangodb.util;
/**
* Marker interface for raw data, implementations are:
*
* - {@link RawBytes}
* - {@link RawJson}
*
*/
public interface RawData {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy