org.tynamo.descriptor.annotation.handlers
Class PropertyDescriptorAnnotationHandler

java.lang.Object
  extended by org.tynamo.descriptor.annotation.handlers.PropertyDescriptorAnnotationHandler
All Implemented Interfaces:
DescriptorAnnotationHandler<PropertyDescriptor,TynamoPropertyDescriptor>

public class PropertyDescriptorAnnotationHandler
extends Object
implements DescriptorAnnotationHandler<PropertyDescriptor,TynamoPropertyDescriptor>

Applies the annotation to a given property.


Constructor Summary
PropertyDescriptorAnnotationHandler()
           
 
Method Summary
 void decorateFromAnnotation(PropertyDescriptor propertyDescriptorAnno, TynamoPropertyDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDescriptorAnnotationHandler

public PropertyDescriptorAnnotationHandler()
Method Detail

decorateFromAnnotation

public void decorateFromAnnotation(PropertyDescriptor propertyDescriptorAnno,
                                   TynamoPropertyDescriptor descriptor)
Specified by:
decorateFromAnnotation in interface DescriptorAnnotationHandler<PropertyDescriptor,TynamoPropertyDescriptor>
Parameters:
propertyDescriptorAnno -
descriptor -


Copyright © 2004-2012. All Rights Reserved.