Interface AnnotationHandler<A extends Annotation>

All Superinterfaces:
org.ocpsoft.common.pattern.Weighted
All Known Implementing Classes:
FieldAnnotationHandler, MethodAnnotationHandler, ParameterAnnotationHandler

public interface AnnotationHandler<A extends Annotation> extends org.ocpsoft.common.pattern.Weighted
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    process(ClassContext context, A annotation, HandlerChain chain)
     

    Methods inherited from interface org.ocpsoft.common.pattern.Weighted

    priority