org.beanfabrics.support
Interface AnnotatedFieldProcessor

All Superinterfaces:
AnnotationProcessor
All Known Implementing Classes:
ServiceProcessor

public interface AnnotatedFieldProcessor
extends AnnotationProcessor


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

Method Detail

process

void process(PresentationModel object,
             java.lang.reflect.Field field,
             java.lang.annotation.Annotation annotation)