Defines a Descriptor Bean implementation generator
| Interface | Description | 
|---|---|
| Customizer | Customizer interface, all concreate customizer interface should derived from this. | 
| CustomizerFactory | Factory interface for creating customizer instance. | 
| Class | Description | 
|---|---|
| BeanElement | |
| MethodType | |
| PostGenValidation | |
| PropertyDeclaration | A BeanProperty represents the logical property that is inferred
 from a certain collection of methods in the bean interface. | 
| PropertyMethodType |