Package org.neo4j.driver.util


package org.neo4j.driver.util
  • Class
    Description
    Annotated elements are experimental and may change without deprecation across driver releases.
    Indicates that instances of the annotated class or of its subclasses are immutable, i.e.
    Pair<K,V>
    Immutable pair of a key and a value
    A marker annotation indicating that the annotated target belongs to a preview feature.
    A Resource is an AutoCloseable that allows introspecting if it already has been closed through its Resource.isOpen() method.