Package org.oddjob.describe

Classes to describe a component.

See:
          Description

Interface Summary
Describer Something that can describe the properties of a component.
 

Class Summary
AccessorDescriber Describe the properties of an object using a PropertyAccessor.
AnnotationDescriber A Describer that looks for a method annotated with DescribeWith that will provide a description.
DescribeableDescriber Describe an object if it is Describeable.
UniversalDescriber A composite Describer.
 

Annotation Types Summary
DescribeWith Used to annotate a method that can provide a description of the component.
NoDescribe Annotate a property (field or getter) that it shouldn't be described.
 

Package org.oddjob.describe Description

Classes to describe a component. This is normally based on it's properties.