Package org.apache.tinkerpop.gremlin
Annotation Type GraphProviderClass
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface GraphProviderClass
The GraphProvider instance that will be used to generate a Graph instance.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends Graph>
graph
The class of theGraph
that will be returned by theGraphProvider
Class<? extends GraphProvider>
provider
-
-
-
Element Detail
-
graph
Class<? extends Graph> graph
The class of theGraph
that will be returned by theGraphProvider
-
-
-
provider
Class<? extends GraphProvider> provider
-
-