org.apache.commons.digester3.annotations.handlers
Class ObjectCreateHandler

java.lang.Object
  extended by org.apache.commons.digester3.annotations.handlers.ObjectCreateHandler
All Implemented Interfaces:
AnnotationHandler<ObjectCreate,Class<?>>

public final class ObjectCreateHandler
extends Object
implements AnnotationHandler<ObjectCreate,Class<?>>

ObjectCreateHandler handler.

Since:
3.0

Constructor Summary
ObjectCreateHandler()
           
 
Method Summary
 void handle(ObjectCreate annotation, Class<?> element, RulesBinder rulesBinder)
          Handles the current visited element with the related current annotation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCreateHandler

public ObjectCreateHandler()
Method Detail

handle

public void handle(ObjectCreate annotation,
                   Class<?> element,
                   RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.

Specified by:
handle in interface AnnotationHandler<ObjectCreate,Class<?>>
Parameters:
annotation - the current visited annotation.
element - the current visited annotated element.
rulesBinder - the annotations RulesBinder where rules have to be bound.


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.