TYPE - the type of the providerSupplier instead@Deprecated public interface Provider<TYPE>
factory, but with a different contract. Implementors of this interface do not have to
create a new instance for every invocation, but are free to return the same instance as they please. How the
the specific semantics work is up to the implementor.| Modifier and Type | Method and Description |
|---|---|
TYPE |
instance()
Deprecated.
|
TYPE instance()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.