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