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.TYPE instance()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.