Defines javadoc annotations that may be used in a DescriptorBean interface.
| Class | Description | 
|---|---|
| AnnotationDefinition | Repesents a javadoc annotation that may be used in the defintion of a
 descriptor bean. | 
| AnnotationDefinition.EnumerationAnnotation | |
| AnnotationDefinition.LegalNullStringAnnotation | |
| AnnotationDefinition.LegalStringAnnotation | Covers both NULLABLE & LEGAL_ZERO_LENGTH annotations | 
| AnnotationDefinition.LegalZeroLengthStringAnnotation | |
| AnnotationDefinition.UnSetValueAnnotation | |
| BeanAnnotations | Defines annotations that can be specified in a bean interface comment block
 to contribute to the definition of a descriptor bean. | 
| GlobalAnnotations | Defines annotations that can be specified on any element in a bean
 interface as well as the interface itself. | 
| MethodAnnotations | Defines annotations that can be specified in a method comment to contribute
 to its definition. | 
| PropertyAnnotations | Defines annotations that can be specified in a getter or setter method
 comment to contribute to the defintion of a bean property. |