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