Annotation Interface GraphFactoryClass
A graph vendor may use this annotation to specify the factory class that
GraphFactory should use to
open a new graph.- Author:
- Bryn Cooke
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> value- Returns:
- The class to use to instantiate the graph.
-