Neo4j

org.neo4j.server.plugins
Interface Injectable<T>

All Known Implementing Classes:
TypedInjectable

public interface Injectable<T>


Method Summary
 Class<T> getType()
           
 T getValue()
          Get the injectable value.
 

Method Detail

getValue

T getValue()
Get the injectable value.

Returns:
the injectable value

getType

Class<T> getType()

Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.