org.loom.appengine.annotations.processor
Class PropertyAnnotationProcessor

java.lang.Object
  extended by org.loom.annotation.processor.AbstractAnnotationProcessor
      extended by org.loom.annotation.processor.AbstractPropertyAnnotationProcessor<org.simpleds.annotations.Property,org.simpleds.annotations.Property>
          extended by org.loom.appengine.annotations.processor.PropertyAnnotationProcessor
All Implemented Interfaces:
java.lang.Comparable<org.loom.annotation.processor.AnnotationProcessor>, org.loom.annotation.processor.AnnotationProcessor

@Component
public class PropertyAnnotationProcessor
extends org.loom.annotation.processor.AbstractPropertyAnnotationProcessor<org.simpleds.annotations.Property,org.simpleds.annotations.Property>

Processes Property annotations


Constructor Summary
PropertyAnnotationProcessor()
           
 
Method Summary
protected  void process(org.loom.mapping.Event event, org.simpleds.annotations.Property annotation, java.lang.String propertyPath)
           
 
Methods inherited from class org.loom.annotation.processor.AbstractPropertyAnnotationProcessor
process, setPropertyWrapperFactory
 
Methods inherited from class org.loom.annotation.processor.AbstractAnnotationProcessor
compareTo, getOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAnnotationProcessor

public PropertyAnnotationProcessor()
Method Detail

process

protected void process(org.loom.mapping.Event event,
                       org.simpleds.annotations.Property annotation,
                       java.lang.String propertyPath)
Specified by:
process in class org.loom.annotation.processor.AbstractPropertyAnnotationProcessor<org.simpleds.annotations.Property,org.simpleds.annotations.Property>