public final class ObjectCreateHandler extends Object implements AnnotationHandler<ObjectCreate,AnnotatedElement>
ObjectCreateHandler handler.| Constructor and Description |
|---|
ObjectCreateHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ObjectCreate annotation,
AnnotatedElement element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
public ObjectCreateHandler()
public void handle(ObjectCreate annotation, AnnotatedElement element, RulesBinder rulesBinder)
handle in interface AnnotationHandler<ObjectCreate,AnnotatedElement>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.