org.beanfabrics.support
Interface AnnotatedMethodProcessor

All Superinterfaces:
AnnotationProcessor
All Known Implementing Classes:
OnChangeProcessor, OperationProcessor, ServiceProcessor, ValidationProcessor

public interface AnnotatedMethodProcessor
extends AnnotationProcessor


Method Summary
 void process(PresentationModel object, java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
           
 

Method Detail

process

void process(PresentationModel object,
             java.lang.reflect.Method method,
             java.lang.annotation.Annotation annotation)