org.loom.appengine.annotations.processor
Class PropertyAnnotationProcessor
java.lang.Object
org.loom.annotation.processor.AbstractAnnotationProcessor
org.loom.annotation.processor.AbstractPropertyAnnotationProcessor<org.simpleds.annotations.Property,org.simpleds.annotations.Property>
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
|
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 |
PropertyAnnotationProcessor
public PropertyAnnotationProcessor()
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>