@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface GraphProviderClass
| Modifier and Type | Required Element and Description | 
|---|---|
| Class<? extends Graph> | graphThe class of the  Graphthat will be returned by theGraphProvider | 
| 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–2015 Apache Software Foundation. All rights reserved.