Class ParameterAnnotationHandler<A extends Annotation>
java.lang.Object
org.ocpsoft.rewrite.annotation.spi.ParameterAnnotationHandler<A>
- All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted,AnnotationHandler<A>
public abstract class ParameterAnnotationHandler<A extends Annotation>
extends Object
implements AnnotationHandler<A>
A common base class for
AnnotationHandler implementations that process method argument annotations.- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidprocess(ClassContext context, A annotation, HandlerChain chain) abstract voidprocess(ParameterContext 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
-
ParameterAnnotationHandler
public ParameterAnnotationHandler()
-
-
Method Details
-
process
- Specified by:
processin interfaceAnnotationHandler<A extends Annotation>
-
process
-