T - The type of annotation handled.MethodHandler insteadpublic interface AnnotationHandler<T extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getAnnotationType()
Deprecated.
|
Object |
processElement(T annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction)
Deprecated.
|
Class<T> getAnnotationType()
Object processElement(T annotation, Method method, Object[] arguments, FramedGraph framedGraph, com.tinkerpop.blueprints.Element element, com.tinkerpop.blueprints.Direction direction)
annotation - The annotationmethod - The method being called on the frame.arguments - The arguments to the method.framedGraph - The graph being called.element - The underlying element.direction - The direction of the edge.Copyright © 2011–2018 JBoss by Red Hat. All rights reserved.