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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidprocess(ClassContext context, A annotation, HandlerChain chain) abstract voidprocess(FieldContext context, A annotation, HandlerChain chain) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ocpsoft.rewrite.annotation.spi.AnnotationHandler
handlesMethods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Constructor Details
-
FieldAnnotationHandler
public FieldAnnotationHandler()
-
-
Method Details
-
process
- Specified by:
processin interfaceAnnotationHandler<A extends Annotation>
-
process
-