org.beanfabrics.support
Class ValidationProcessor

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

public class ValidationProcessor
extends java.lang.Object
implements AnnotatedMethodProcessor


Constructor Summary
ValidationProcessor()
           
 
Method Summary
 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

ValidationProcessor

public ValidationProcessor()
Method Detail

process

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