org.beanfabrics.support
Interface AnnotatedClassProcessor

All Superinterfaces:
AnnotationProcessor

public interface AnnotatedClassProcessor
extends AnnotationProcessor


Method Summary
 void process(PresentationModel object, java.lang.Class cls, java.lang.annotation.Annotation annotation)
           
 

Method Detail

process

void process(PresentationModel object,
             java.lang.Class cls,
             java.lang.annotation.Annotation annotation)