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

All Known Implementing Classes:
BlobDescriptorAnnotationHandler, ClassDescriptorAnnotationHandler, CollectionDescriptorAnnotationHandler, InitialValueAnnotationHandler, MethodDescriptorAnnotationHandler, PossibleValuesAnnotationHandler, PropertyDescriptorAnnotationHandler

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


Method Summary
 X decorateFromAnnotation(T annotation, X descriptor)
           
 

Method Detail

decorateFromAnnotation

X decorateFromAnnotation(T annotation,
                         X descriptor)


Copyright © 2004-2009. All Rights Reserved.