org.eclipse.rdf4j.sail.nativerdf.btree.package-info Maven / Gradle / Ivy
@InternalUseOnly
/**
* B-Tree on disk implementation.
*
* @apiNote This package is for internal use only: its existence, signature or behavior may change without warning from
* one release to the next.
*/
package org.eclipse.rdf4j.sail.nativerdf.btree;
import org.eclipse.rdf4j.common.annotation.InternalUseOnly;