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