org.tynamo.descriptor.annotation
Class PropertyDescriptorAnnotationHandler

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

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

Author:
fus8882

Applies the annotation to a given property.

See Also:
org.tynamo.descriptor.annotation.AbstractAnnotationHandler.setDescriptorPropertiesFromAnnotation

Constructor Summary
PropertyDescriptorAnnotationHandler()
           
 
Method Summary
 TynamoPropertyDescriptor decorateFromAnnotation(PropertyDescriptor propertyDescriptorAnno, TynamoPropertyDescriptor descriptor)
           
 
Methods inherited from class org.tynamo.descriptor.annotation.AbstractAnnotationHandler
isDefault, setPropertiesFromAnnotation
 
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 TynamoPropertyDescriptor decorateFromAnnotation(PropertyDescriptor propertyDescriptorAnno,
                                                       TynamoPropertyDescriptor descriptor)
Specified by:
decorateFromAnnotation in interface DescriptorAnnotationHandler<PropertyDescriptor,TynamoPropertyDescriptor>
Parameters:
propertyDescriptorAnno -
descriptor -
Returns:
See Also:
AbstractAnnotationHandler.setDescriptorPropertiesFromAnnotation


Copyright © 2004-2009. All Rights Reserved.