rewrite-config-annotations-api 1.0.5.Final

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


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.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.