rewrite-config-annotations-api 1.1.0.Final

org.ocpsoft.rewrite.annotation.spi
Interface AnnotationHandler<A extends Annotation>

All Known Implementing Classes:
ClassAnnotationHandler, FieldAnnotationHandler, MethodAnnotationHandler, ParameterAnnotationHandler

public interface AnnotationHandler<A extends Annotation>


Method Summary
 Class<A> handles()
           
 void process(ClassContext context, AnnotatedElement element, A annotation)
           
 

Method Detail

handles

Class<A> handles()

process

void process(ClassContext context,
             AnnotatedElement element,
             A annotation)

rewrite-config-annotations-api 1.1.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.