| Interface | Description | 
|---|---|
| PropertiesConfigurer<I> | Interface for  DefaultPropertiesConfigurerwhich act
 as intermediate gatekeeper between a user and
 anAnnotationConfigurer. | 
| PropertiesConfigurerAware | Interface for  AnnotationBuilderwhich wants to be aware ofPropertiesconfigured byDefaultPropertiesConfigurer. | 
| ResourceConfigurer<I> | Interface for  DefaultResourceConfigurerwhich act
 as intermediate gatekeeper between a user and
 anAnnotationConfigurer. | 
| ResourceConfigurerAware | Interface for  AnnotationBuilderwhich wants to be
 aware ofResources configured byDefaultResourceConfigurer. | 
| Class | Description | 
|---|---|
| DefaultPropertiesConfigurer<O,I,B extends AnnotationBuilder<O>> | AnnotationConfigurerwhich knows how to handle configuring aProperties. | 
| DefaultResourceConfigurer<O,I,B extends AnnotationBuilder<O>> | AnnotationConfigurerwhich knows how to handle
 configuring aResources. |