public final class SetNextHandler extends Object
SetNext
handler.Constructor and Description |
---|
SetNextHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doBind(String pattern,
String namespaceURI,
Method method,
Class<?> type,
boolean fireOnBegin,
RulesBinder rulesBinder) |
void |
handle(A annotation,
Method element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
public SetNextHandler()
protected void doBind(String pattern, String namespaceURI, Method method, Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder)
public void handle(A annotation, Method element, RulesBinder rulesBinder)
handle
in interface AnnotationHandler<A extends Annotation,Method>
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.