![JAR search and dependency download from the Maven repository](/logo.png)
com.arangodb.entity.MetaAware 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
package com.arangodb.entity;
import java.util.Map;
/**
* @author Mark Vollmary
*/
public interface MetaAware {
Map getMeta();
void setMeta(final Map meta);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy