Annotation Type GraphFactoryClass
-
@Retention(RUNTIME) @Target(TYPE) public @interface GraphFactoryClass
A graph vendor may use this annotation to specify the factory class thatGraphFactory
should use to open a new graph.- Author:
- Bryn Cooke
-
-
Element Detail
-
value
Class<?> value
- Returns:
- The class to use to instantiate the graph.
-
-