@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface GraphProviderClass
| Modifier and Type | Required Element and Description | 
|---|---|
Class<? extends Graph> | 
graph
The class of the  
Graph that will be returned by the GraphProvider | 
Class<? extends GraphProvider> | 
provider
 | 
public abstract Class<? extends Graph> graph
Graph that will be returned by the GraphProviderpublic abstract Class<? extends GraphProvider> provider
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.