@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 GraphProvider
public abstract Class<? extends GraphProvider> provider
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.