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