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

com.arangodb.entity.MetaAware Maven / Gradle / Ivy

There is a newer version: 7.15.0
Show newest version
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