Uses of Interface
org.tynamo.descriptor.DescriptorDecorator

Packages that use DescriptorDecorator
org.tynamo.descriptor   
org.tynamo.descriptor.annotation   
 

Uses of DescriptorDecorator in org.tynamo.descriptor
 

Constructor parameters in org.tynamo.descriptor with type arguments of type DescriptorDecorator
ReflectionDescriptorFactory(List<DescriptorDecorator> decorators, MethodDescriptorFactory methodDescriptorFactory, PropertyDescriptorFactory propertyDescriptorFactory)
           
 

Uses of DescriptorDecorator in org.tynamo.descriptor.annotation
 

Classes in org.tynamo.descriptor.annotation that implement DescriptorDecorator
 class AnnotationDecorator
          This class uses the annotations on a given class or property to modify its descriptor
 class OgnlAnnotationsDecorator
          Creates InitialValueDescriptorExtension and PossibleValuesDescriptorExtension extensions using the information retrieved from InitialValue and PossibleValues annotations.
 



Copyright © 2004-2009. All Rights Reserved.