org.ocpsoft.rewrite.annotation.spi
Class ClassAnnotationHandler<A extends Annotation>
java.lang.Object
org.ocpsoft.rewrite.annotation.spi.ClassAnnotationHandler<A>
- All Implemented Interfaces:
- AnnotationHandler<A>
public abstract class ClassAnnotationHandler<A extends Annotation>
- extends Object
- implements AnnotationHandler<A>
A common base class for AnnotationHandler implementations that process method annotations.
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassAnnotationHandler
public ClassAnnotationHandler()
process
public final void process(ClassContext context,
AnnotatedElement element,
A annotation)
- Specified by:
process in interface AnnotationHandler<A extends Annotation>
process
public abstract void process(ClassContext context,
Class<?> type,
A annotation)
Copyright © 2012 OCPsoft. All Rights Reserved.