Class FieldAnnotationHandler<A extends Annotation>

java.lang.Object
org.ocpsoft.rewrite.annotation.spi.FieldAnnotationHandler<A>
All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted, AnnotationHandler<A>

public abstract class FieldAnnotationHandler<A extends Annotation> extends Object implements AnnotationHandler<A>
A common base class for AnnotationHandler implementations that process field annotations.
Author:
Christian Kaltepoth