Annotation Interface GraphFactoryClass


@Retention(RUNTIME) @Target(TYPE) public @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
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      Class<?> value
      Returns:
      The class to use to instantiate the graph.