org.tynamo.descriptor.annotation.handlers
Interface DescriptorAnnotationHandler<T extends Annotation,X extends Descriptor>

All Known Implementing Classes:
BeanModelAnnotationHandler, BlobDescriptorAnnotationHandler, ClassDescriptorAnnotationHandler, CollectionDescriptorAnnotationHandler, MethodDescriptorAnnotationHandler, PropertyDescriptorAnnotationHandler

public interface DescriptorAnnotationHandler<T extends Annotation,X extends Descriptor>


Method Summary
 void decorateFromAnnotation(T annotation, X descriptor)
           
 

Method Detail

decorateFromAnnotation

void decorateFromAnnotation(T annotation,
                            X descriptor)


Copyright © 2004-2012. All Rights Reserved.