Annotation Type 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
      Class<?> value  
    • Element Detail

      • value

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