public final class PathCallParamHandler extends Object implements AnnotationHandler<PathCallParam,MethodArgument>
PathCallParam
handler.Constructor and Description |
---|
PathCallParamHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(PathCallParam annotation,
MethodArgument element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
public PathCallParamHandler()
public void handle(PathCallParam annotation, MethodArgument element, RulesBinder rulesBinder)
handle
in interface AnnotationHandler<PathCallParam,MethodArgument>
annotation
- the current visited annotation.element
- the current visited annotated element.rulesBinder
- the annotations RulesBinder
where rules have to be bound.Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.