Class MethodAnnotationHandler<A extends Annotation>

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

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