org.beanfabrics.support
Class ServiceProcessor

java.lang.Object
  extended by org.beanfabrics.support.ServiceProcessor
All Implemented Interfaces:
AnnotatedFieldProcessor, AnnotatedMethodProcessor, AnnotationProcessor

public class ServiceProcessor
extends java.lang.Object
implements AnnotatedMethodProcessor, AnnotatedFieldProcessor


Constructor Summary
ServiceProcessor()
           
 
Method Summary
 void process(PresentationModel object, java.lang.reflect.Field field, java.lang.annotation.Annotation annotation)
           
 void process(PresentationModel object, java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProcessor

public ServiceProcessor()
Method Detail

process

public void process(PresentationModel object,
                    java.lang.reflect.Method method,
                    java.lang.annotation.Annotation annotation)
Specified by:
process in interface AnnotatedMethodProcessor

process

public void process(PresentationModel object,
                    java.lang.reflect.Field field,
                    java.lang.annotation.Annotation annotation)
Specified by:
process in interface AnnotatedFieldProcessor