Interface PropertiesConfigurerAware
public interface PropertiesConfigurerAware
Interface for
AnnotationBuilder
which wants to be aware of Properties configured by DefaultPropertiesConfigurer.- Author:
- Janne Valkealahti
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureProperties(Properties properties) ConfigureProperties.
-
Method Details
-
configureProperties
ConfigureProperties.- Parameters:
properties- the properties
-