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