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