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 TypeMethodDescriptionhandles()voidprocess(ClassContext context, A annotation, HandlerChain chain) Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Method Details
-
handles
-
process
-