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

All Known Implementing Classes:
AddPageBeanModelAnnotationHandler, BlobDescriptorAnnotationHandler, ClassDescriptorAnnotationHandler, CollectionDescriptorAnnotationHandler, DefaultBeanModelAnnotationHandler, EditPageBeanModelAnnotationHandler, InitialValueAnnotationHandler, ListPageBeanModelAnnotationHandler, MethodDescriptorAnnotationHandler, PossibleValuesAnnotationHandler, PropertyDescriptorAnnotationHandler, ShowPageBeanModelAnnotationHandler

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-2010. All Rights Reserved.