Package org.tynamo.descriptor.annotation

Interface Summary
DescriptorAnnotationHandler<T extends Annotation,X extends Descriptor>  
 

Class Summary
AbstractAnnotationHandler  
AnnotationDecorator This class uses the annotations on a given class or property to modify its descriptor
BlobDescriptorAnnotationHandler  
ClassDescriptorAnnotationHandler  
CollectionDescriptorAnnotationHandler  
ExpressionExtension  
InitialValueAnnotationHandler Creates a InitialValueDescriptorExtension using the information retrieved from a InitialValue annotation.
InitialValueDescriptorExtension Extension to the property descriptor that holds information about possible values.
MethodDescriptorAnnotationHandler  
OgnlAnnotationsDecorator Creates InitialValueDescriptorExtension and PossibleValuesDescriptorExtension extensions using the information retrieved from InitialValue and PossibleValues annotations.
PossibleValuesAnnotationHandler Creates a PossibleValuesDescriptorExtension using the information retrieved from a PossibleValues annotation.
PossibleValuesDescriptorExtension Extension to the property descriptor that holds information about possible values.
PropertyDescriptorAnnotationHandler  
 

Annotation Types Summary
BlobDescriptor  
ClassDescriptor  
Collection  
DescriptorAnnotation  
InitialValue Annotation used to initialize a field based on an OGNL expression, usually another field.
MethodDescriptor  
PossibleValues Annotation used to declare filter options from a select based on other property.
PropertyDescriptor  
 



Copyright © 2004-2009. All Rights Reserved.