public class RuleHandler extends Object implements AnnotationHandler<Rule>
| Constructor and Description |
|---|
RuleHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<Rule> |
handles() |
int |
priority() |
void |
process(ClassContext context,
Rule annotation,
HandlerChain chain) |
public Class<Rule> handles()
handles in interface AnnotationHandler<Rule>public int priority()
priority in interface org.ocpsoft.common.pattern.Weightedpublic void process(ClassContext context, Rule annotation, HandlerChain chain)
process in interface AnnotationHandler<Rule>Copyright © 2019 OCPsoft. All rights reserved.