Interface | Description |
---|---|
PropertiesConfigurer<I> |
Interface for
DefaultPropertiesConfigurer which act
as intermediate gatekeeper between a user and
an AnnotationConfigurer . |
PropertiesConfigurerAware |
Interface for
AnnotationBuilder
which wants to be aware of Properties configured by DefaultPropertiesConfigurer . |
ResourceConfigurer<I> |
Interface for
DefaultResourceConfigurer which act
as intermediate gatekeeper between a user and
an AnnotationConfigurer . |
ResourceConfigurerAware |
Interface for
AnnotationBuilder which wants to be
aware of Resource s configured by DefaultResourceConfigurer . |
Class | Description |
---|---|
DefaultPropertiesConfigurer<O,I,B extends AnnotationBuilder<O>> |
AnnotationConfigurer
which knows how to handle configuring a Properties . |
DefaultResourceConfigurer<O,I,B extends AnnotationBuilder<O>> |
AnnotationConfigurer which knows how to handle
configuring a Resource s. |